body {
  font-family:"Noto Sans SC";
  overflow-x: hidden;
  height:100%;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1450px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header {
    width: 100%;
  transition: 0.5s;
  float:left;
}
@media (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header .header-top {
  height: 100px;
}
.header .header-top .logo-box {
  float: left;
   transition: 0.5s;
   width:100%;
}

.header .header-top .logo-box .logo {
  float: left;
}
.header .header-top .logo-box .logo img {
   transition: 0.5s;
}


.header .header-top .logo-box .tel {
  float: right;
  background:url(../images/tel.png) no-repeat left 50%;
  font-size:1.6rem;
  width:240px;
  padding-left:60px;
  margin-top:15px;
}
.header .header-top .logo-box .tel p {
  font-size:2.2rem;
  font-weight:bolder;
  color:#C20000;
  margin:0px;
  line-height:120%;
}

.header .header-top .rt-box {
  float: left;
  width: 100%;
  background:#F7F7F7;
}
.header .header-top .rt-box ul li{
  float: left;
  margin:0 0.3rem;
}
.header .header-top .rt-box ul li a{
   display: inline-block;
  *display: inline;
  height:53px;
  line-height:53px;
  font-size:1.8rem;
  color:#282828;
  padding:0 1.2rem;
   transition: 0.5s;
   font-weight:bold;
}


@media (max-width: 1200px) {
.header .header-top .rt-box ul li a{
  padding:0 .5rem;
}
}
@media (max-width: 992px) {
.header .header-top .rt-box ul li a{
  padding:0 .5rem;
}
}

.header .header-top .rt-box ul li a:hover{
  height:53px;
   transition: 0.5s;
   color:#fff;
   background:#ED1B24;
}
.header .header-top .rt-box ul .active a{
  height:53px;
   transition: 0.5s;
   color:#fff;
   background:#ED1B24;
}


.header .header-top .rt-box .language {
  position: relative;
  float:right;
  margin-top:35px;
  padding-right:10px;
  transition: 0.5s;
  background:url(../images/lang_03.png) no-repeat left 50%;
  padding-left:10px;
}

.header .header-top .rt-box .language p {
  font-size: 1.4rem;
  padding: 0 15px;
  color:#999;
  background: url("../images/jiantou.png") no-repeat right center;
  margin: 0;
  line-height: 29px;
  height: 29px;
  cursor: pointer;
}
.header .header-top .rt-box .language .lang {
  padding-left: 15px;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  background:#fff;
}
.header .header-top .rt-box .language .lang a {
  display: block;
  line-height: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
  color: #333;
  width:80px;
  text-align:left;
  padding:5px 0px;
}
.header .header-top .rt-box .language .lang a:hover {
  color: #F38001;
}


.header .header-top .rt-box .search-box {
  height: 32px;
  line-height: 32px;
  float:right;
  position:relative;
  margin-top:30px;
  margin-left:20px;
  margin-right:60px;
  transition: 0.4s;
  width:194px;
  background: url("../images/search-btn_03.png") no-repeat center;
}

.header .header-top .rt-box .search-box .txt {
  height: 31px;
  line-height: 31px;
  width: 153px;
  background:none;
  padding: 0 10px;
  border: none;
	z-index:999;
  float:left;
}
.header .header-top .rt-box .search-box .submit {
  width: 31px;
  height: 31px;
  border: none;
  z-index:9999;
  float:left;
  background:none;
}


.div2 .header-top .rt-box .language{
  margin-top:15px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .tel{
  margin-top:15px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .email{
  margin-top:15px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .search-box{
  margin-top:15px;
   transition: 0.5s;
}



.header .header-top .rt-box .nav-con {
  height: 50px;
  float: left;
}

.header .header-top .rt-box .nav-con #nav {
  width: 100%;
  margin-bottom: 0;
}
.header .header-top .rt-box .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  height:100px;
  line-height: 100px;
  transition: 0.3s;
  margin: 0 3.5rem;
  text-transform: capitalize;
}
@media (max-width: 1430px) {
  .header .header-top .rt-box .nav-con #nav .sub-nav {
    margin: 0 2.5rem;
  }
}
@media (max-width: 1200px) {
  .header .header-top .rt-box .nav-con #nav .sub-nav {
    margin: 0 1rem;
  }
}
@media (max-width: 992px) {
  .header .header-top .rt-box .nav-con #nav .sub-nav {
    margin: 0 2rem;
  }
}

.header .header-top .rt-box .nav-con #nav .sub-nav:hover span {
  width: 110%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.8rem;
  display: block;
  height: 100%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a:hover{
  color: #F38001;
}
.header .header-top .rt-box .nav-con #nav .sub-nav span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 3px;
  left: 50%;
  top: 97px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #F38001;
  transition: width .5s;
}
.header .header-top .rt-box .nav-con #nav .sub-nav:last-child {
  margin-right: 0;
}
.header .header-top .rt-box .nav-con #nav .nav-up-selected span {
  width: 110%;
}
.header .navigation-down {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 999;
   transition: 0.5s;
}
.a_header{
	position:relative;
	background:#fff;
}
.a_header .header-top .rt-box .nav-con #nav .sub-nav a{
	color:#666;
}
.a_header .header-top .rt-box .nav-con #nav .sub-nav a:hover{
	color:#F38001;
}
.div2{
	height:60px;
	position:fixed;
	left:0px;
	top:0px;
	background:#1E2124;
    transition: 0.5s;
    -moz-box-shadow:0px 1px 2px #1E2124; -webkit-box-shadow:0px 1px 2px #1E2124; box-shadow:0px 1px 2px #1E2124;
}
.pro_header{
    -moz-box-shadow:0px 1px 2px #1E2124; -webkit-box-shadow:0px 1px 2px #1E2124; box-shadow:0px 1px 2px #1E2124;
}

.div2 .navigation-down{
  top: 60px;
   transition: 0.5s;
}
.header .header-top .logo-box .logo{
	padding:20px 0px;
}

.header .header-top .logo-box .logo img{
   transition: 0.5s;
   max-height:88px;
}
.header .header-top .logo-box .logo .left{
	float:left;
	padding-right:40px;
	margin-right:40px;
	background:url(../images/logo_line.png) no-repeat right 50%;
}
.header .header-top .logo-box .logo .right{
	float:right;
	font-size:3rem;
	color:#666666;
	padding-top:15px;
}

.div2 .header-top .rt-box .language a{
	top:20px;
   transition: 0.5s;
}
.div2 .header-top .logo-box{
    margin-top: 15px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav{
	height: 60px;
    line-height: 60px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav span {
  top: 57px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a{
	color:#999;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a:hover{
	color:#F38001;
}
.header .navigation-down .list-box {
  padding: 2% 0;
  background: rgba(0, 0, 0, 0.7);
}
.header .navigation-down .list-box .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 3rem;
  vertical-align: top;
}
.header .navigation-down .list-box .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 160px;
  vertical-align: top;
}
.header .navigation-down .list-box .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 3rem;
}
.header .navigation-down .list-box .list li {
  margin-bottom: 10px;
}
.header .navigation-down .list-box .list li a {
  font-size: 1.6rem;
  color: #fff;
}
.header .navigation-down .list-box .list li a:hover {
  color: #d31518;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  
}

.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 5px 0 0 3%;
  width: 130px;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-form {
  padding: 10px 15px 7px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .navbar-form .form-group {
  width: 76%;
  float: left;
}
.header .mobile-con .btn-default {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
}
.header .mobile-con .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language2 a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language2 a:hover {
  color: #F38001;
}
.header .mobile-con .language2 .active {
  color: #fff;
  background:#F38001;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main{
	width:100%;
    display: inline-block;
    *display: inline;
}
.ins-main{
	width:100%;
    display: inline-block;
    *display: inline;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: url(../images/btn_1.png) no-repeat left top;
  height: 18px;
  width: 18px;
  opacity: 1;
  border-radius: 0px;
  margin: 0 4px;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: url(../images/btn_2.png) no-repeat left top;
  opacity: 1;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 33px;
  height: 67px;
  cursor: pointer;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -33px;
  background: url("../images/ad-btn_05.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-next-pc:hover {
  background: url("../images/ad-btn_08.png") no-repeat center;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 33px;
  height: 67px;
  cursor: pointer;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -33px;
  background: url("../images/ad-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc:hover {
  background: url("../images/ad-btn_10.png") no-repeat center;
}



.main .banner_btn {
	width:100%;
	padding:3% 0px;
}
.main .banner_btn ul li {
	float:left;
	width:22%;
	padding-right:2%;
	margin-right:3%;
	border-right:1px solid #D2D2D2;
}
.main .banner_btn ul li:last-child {
	margin-right:0%;
	border-right:0px solid #D2D2D2;
}

.main .banner_btn ul li .img {
	float:left;
	width:70px;
	height:70px;
	line-height:70px;
	border:1px solid #666;
	border-radius:35px;
	-moz-border-radius:35px; /* Old Firefox */
	text-align:center;
}

.main .banner_btn ul li .img img {
	width:100%;
	max-width:40px;
}
.main .banner_btn ul li .txt {
	float:right;
	width:65%;
	padding-top:10px;
}
.main .banner_btn ul li .txt  h3{
	margin-top:0px;
	margin-bottom:5px;
	font-size:2rem;
	color:#666;
}
.main .banner_btn ul li .txt  p{
	font-size:1.5rem;
	color:#8B898A;
}

.index-tit {
  margin: 2% 0;
  text-align: center;
}
.ins-main .index-tit{
  padding-bottom:3%;
}
.index-tit h4 {
  font-size: 3.5rem;
  color: #05084F;
  text-transform: uppercase;
  margin-top:0px;
  padding-top:3%;
  line-height:4rem;
  font-family:"MontserratSemiBold";
}
.index-tit h4 span {
	width:60px;
	height:20px;
	background:url(../images/tit_left.png) no-repeat right 50%;
  display: inline-block;
  *display: inline;
}
.index-tit h4 .tit_right{
	background:url(../images/tit_right.png) no-repeat right 50%;
}
.index-tit h4 b{
  font-size: 3.5rem;
  color: #05084F;
  display: inline-block;
  *display: inline;
  padding:0 20px;
}
.index-tit h4 font{
  color: #C20000;
}
.index-tit p{
  font-size: 1.8rem;
  color: #333;
  font-weight:normal;
}


.main .service {
	padding-top:2%;
  padding-bottom: 3%;
}

.main .service  .list{
	width:100%;
	padding-top:3%;
}
.main .service  .list li{
	float:left;
	width:24%;
	margin:0 0.5%;
	padding-bottom:3%;
	margin-bottom:2%;
	text-align:center;
	background:#fff;
	-moz-box-shadow:3px 3px 8px #ccc; -webkit-box-shadow:3px 3px 8px #ccc; box-shadow:3px 3px 8px #ccc;
}
.main .service  .list li .img{
	width:100%;
	float:left;
}
.main .service  .list li .img img{
	width:100%;
}
.main .service  .list li .txt{
	width:100%;
	float:left;
}

.main .service  .list li .txt h3{
	width:100%;
	color:#333;
	font-weight:bold;
	margin-bottom:10%;
}
.main .service  .list li .txt p{
	color:#666;
	font-size:1.6rem;
	line-height:180%;
	margin-bottom:10%;
}

.main .service  .list li a{
display: inline-block;
  *display: inline;
  width:110px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:1.4rem;
  color:#EF0909;
  transition: 0.4s;
	background:#fff;
	border:1px solid #EF0909;
}
.main .service  .list li a:hover{
  color:#fff;
	background:#EF0909;
	border:1px solid #EF0909;
  transition: 0.4s;
}

.main .btn_more{padding-top:5%; width:100%; float:left; text-align:center;}
.main .btn_more a{   
display: inline-block;
  *display: inline;
  width:236px;
  height:55px;
  line-height:55px;
  text-align:center;
  font-size:2.5rem;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:#182D8F;
  }
.main .btn_more a:hover{   background:#C20000;
  color:#fff;
  transition: 0.4s;
 }

 








.main .faq {
  padding-bottom: 3%;
}
.main .faq .index-tit{
	padding:5%;
}
.main .faq .txt{
  width:100%;
  padding-bottom:10%;
  background:url(../images/faq_bg.jpg) no-repeat center 0px;
}
.main .faq .txt h3{
	width:100%;
	height:40px;
	font-size:3rem;
	font-weight:bold;
	color:#2D4BBD;
	margin-bottom:10%;
	background:url(../images/faq_h3_1.png) no-repeat left bottom;
}
.main .faq .txt li{
	width:100%;
	height:45px;
	line-height:45px;
	color:#5C5C5C;
	font-size:1.8rem;
}

.main .faq .txt .left{
  width:50%;
  float:left;
}
.main .faq .txt .left li:nth-child(2){
 text-indent:80px;
 margin-bottom:2%
}
.main .faq .txt .left li:nth-child(3){
 margin-bottom:2%
}
.main .faq .txt .left li:nth-child(4){
 text-indent:50px;
 margin-bottom:1%
}
.main .faq .txt .left li:nth-child(5){
 margin-bottom:3.5%
}
.main .faq .txt .left li:nth-child(6){
 text-indent:30px;
}
.main .faq .txt .right{
  width:30%;
  float:left;
  margin-left:20%;
}
.main .faq .txt .right h3{
	background:url(../images/faq_h3_2.png) no-repeat left bottom;
}
.main .faq .txt .right li{
	color:#333;
}
.main .faq .txt .right li:nth-child(1){
 text-indent:55px;
 margin-bottom:6%
}
.main .faq .txt .right li:nth-child(2){
 text-indent:60px;
 margin-bottom:4%
}
.main .faq .txt .right li:nth-child(3){
 text-indent:120px;
 margin-bottom:8%
}
.main .faq .txt .right li:nth-child(4){
 text-indent:80px;
 margin-bottom:5%
}
.main .faq .txt .right li:nth-child(5){
 text-indent:130px;
 margin-bottom:5%
}
.main .faq .txt .right li:nth-child(6){
 text-indent:70px;
}






.main .fw {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/fw_bg.jpg) no-repeat center top;
}
.main .fw .index-tit p{
	color:#fff;
}
.main .fw  .list{
	width:100%;
	padding-top:3%;
}
.main .fw  .list li{
	float:left;
	width:14.284999999%;
	text-align:center;
}
.main .fw  .list li .img{
	width:70%;
	background:rgba(68,68,68,0.6);
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
  display: inline-block;
  *display: inline;
  padding:10%;
  transition: 0.4s;
}
.main .fw  .list li .img img{
	width:100%;
	max-width:90px;
}
.main .fw  .list li:hover .img{
	background:rgba(194,0,0,1);
  transition: 0.4s;
}
.main .fw  .list li .txt{
	width:100%;
}

.main .fw  .list li .txt h3{
	width:100%;
	height:40px;
	line-height:20px;
	color:#fff;
	font-size:1.8rem;
}
.main .fw  .list li:last-child .img{
	background:rgba(68,68,68,0.6);
}

.main .fw  .list li:last-child:hover .img{
	background:rgba(68,68,68,0.6);
}
.main .fw  .list li .txt h3 .layui-btn2{
	color:#C20000;
}



.main .yous {
	padding-top:2%;
  padding-bottom: 3%;
  background:#F6F7F9;
}

.main .yous  .list{
	width:100%;
	padding-top:5%;
    background:url(../images/yous_bg.png) no-repeat center 50%;
}
.main .yous  .list li{
	float:left;
	width:35%;
	margin-right:15%;
	margin-bottom:5%;
	margin-top:5%;
}
.main .yous  .list li:nth-child(2){
	float:right;
	margin-right:0%;
}
.main .yous  .list li:nth-child(4){
	float:right;
	margin-right:0%;
	margin-top:3%;
}
.main .yous  .list li .img{
	float:left;
	width:105px;
	height:105px;
	line-height:105px;
	border:1px solid #666;
	border-radius:55px;
	-moz-border-radius:55px; /* Old Firefox */
	text-align:center;
}

.main .yous  .list li .txt{
	float:right;
	width:70%;
}

.main .yous  .list li .txt h3{
	width:100%;
	line-height:130%;
	color:#333;
	font-size:2.5rem;
	margin-top:0px;
}




.main .who {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/who_bg.jpg) no-repeat center top;
}

.main .who .index-tit b{
	color:#fff;
}
.main .who .index-tit font{
	color:#FDB83F;
}
.main .who .index-tit p{
	color:#fff;
}
.main .who  .list{
	width:100%;
	padding-top:3%;
}
.main .who  .list li{
	float:left;
	width:27.3333333%;
	margin:0 3%;
	text-align:center;
}
.main .who  .list li .img{
	width:100%;
	position:relative;
	top:0px;
	left:0%;
	z-index:99;
}
.main .who  .list li .txt{
	width:100%;
	padding:10%;
	padding-top:20%;
	position:relative;
	top:0px;
	left:0px;
	background:url(../images/sz_1.jpg) no-repeat right bottom;
	background-color:#fff;
	-moz-box-shadow:5px 5px 11px #D6DCF5; -webkit-box-shadow:5px 5px 11px #D6DCF5; box-shadow:5px 5px 11px #D6DCF5;
	border-radius:10px;
	-moz-border-radius:10px; /* Old Firefox */
	margin-top:-20%;
	z-index:9;
	padding-bottom:30%;
}

.main .who  .list li:nth-child(2) .txt{
	background:url(../images/sz_2.jpg) no-repeat right bottom;
	background-color:#fff;
}
.main .who  .list li:nth-child(3) .txt{
	background:url(../images/sz_3.jpg) no-repeat right bottom;
	background-color:#fff;
}
.main .who  .list li .txt h3{
	width:100%;
	height:40px;
	line-height:40px;
	color:#102897;
	font-weight:bold;
}
.main .who  .list li .txt span{
  display: inline-block;
  *display: inline;
  padding:4px 6px;
	border-radius:15px;
	-moz-border-radius:15px; /* Old Firefox */
	margin-right:5px;
	margin-left:5px;
	border:1px solid #102897;
	color:#182D8F;
}
.main .who  .list li .txt p{
	padding-top:10%;
	line-height:160%;
	font-size:1.8rem;
}


.main .class {
	padding-top:2%;
  padding-bottom: 3%;
}

.main .class .index-tit b{
	color:#C20000;
}
.main .class .index-tit font{
	color:#C20000;
}
.main .class .index-tit p{
	color:#A1A09F;
}
.main .class  .list{
	width:100%;
	padding-top:3%;
}
.main .class  .list li{
	float:left;
	width:24.2%;
	margin:0 0.3%;
	padding:3% 0;
	margin-bottom:2%;
	text-align:center;
	background:#F2F1FF;
	border-radius:2px;
	-moz-border-radius:2px; /* Old Firefox */
}
.main .class  .list li .img{
	width:100%;
	float:left;
}
.main .class  .list li .txt{
	width:100%;
	float:left;
}

.main .class  .list li .txt h3{
	width:100%;
	color:#102897;
	font-weight:bold;
	margin-bottom:10%;
}

.main .class  .list li a{
display: inline-block;
  *display: inline;
  width:110px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
	background:#C20000;
}
.main .class  .list li a:hover{
	background:#182D8F;
}

.main .btn_more{padding-top:5%; width:100%; float:left; text-align:center;}
.main .btn_more a{   
display: inline-block;
  *display: inline;
  width:236px;
  height:55px;
  line-height:55px;
  text-align:center;
  font-size:2.5rem;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:#182D8F;
  }
.main .btn_more a:hover{   background:#C20000;
  color:#fff;
  transition: 0.4s;
 }

 
 
 
.main .you {
	padding-top:2%;
  padding-bottom: 10%;
  background:url(../images/you_bg.jpg) no-repeat center top;
}
.main .you .index-tit h4{
	padding-top:0px;
}
.main .you .index-tit b{
	color:#fff;
}
.main .you .index-tit font{
	color:#FDB83F;
}
.main .you .index-tit p{
	color:#fff;
}
.main .you  .list{
	float:left;
	width:100%;
	padding-top:2%;
	padding-bottom:0;
	background:url(../images/you_bg1.png) no-repeat center top;
	position:relative;
	height:733px;
}
.main .you  .list li{
	float:left;
	width:25%;
	position:absolute;
	left:15%;
	top:20%;
}
.main .you  .list li:nth-child(2){
	left:52%;
top: 14%;
}
.main .you  .list li:nth-child(2) p{
	padding-left:20%;
}

.main .you  .list li:nth-child(3){
	left:15%;
	top:46%;
}
.main .you  .list li:nth-child(4){
	left: 58%;
    top: 40%;
}
.main .you  .list li:nth-child(4) p{
	padding-left:20%;
}
.main .you  .list li:nth-child(5){
    left: 50%;
    top: 66%;
}
.main .you  .list li:nth-child(5) p{
	padding-left:20%;
}
.main .you  .list li .txt h3{
	width:100%;
	color:#fff;
	text-align:center;
	font-size:2rem;
}
.main .you  .list li .txt h3 span{
  display: inline-block;
  *display: inline;
  padding:5px 20%;
  background:#FF5B2D;
  color:#fff;
}

.main .you  .list li .txt p{
	padding-top:5%;
	line-height:160%;
	font-size:1.4rem;
}
.main .you .btn_more{position:absolute;top:100%;} 
.main .you .btn_more a{   
display: inline-block;
  *display: inline;
  width:236px;
  height:55px;
  line-height:55px;
  text-align:center;
  font-size:2.5rem;
  color:#182D8F;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:#fff;
  }
.main .you .btn_more a:hover{   background:#C20000;
  color:#fff;
  transition: 0.4s;
 }

 
 
 
 
 
.main .zsshow {
  padding-bottom: 3%;
  background:url(../images/zsshow_bg.jpg) no-repeat center top;
}
.main .zsshow .index-tit b{
	color:#fff;
}
.main .zsshow .index-tit p{
	color:#fff;
}
.main .zsshow .content{
  padding-top: 2%;
  overflow:hidden;
}
.main .zsshow .content .swiper-slide{
  display: inline-block;
  *display: inline;
 overflow: hidden;
}
.main .zsshow .content .swiper-slide li{
  width:45%;
  margin-right:2.5%;
  margin-left:2.5%;
  margin-bottom:5%;
  float:left;
  background:#fff;
	-moz-box-shadow:5px 5px 11px #D6DCF5; -webkit-box-shadow:5px 5px 11px #D6DCF5; box-shadow:5px 5px 11px #D6DCF5;
}
.main .zsshow .content .swiper-slide .img{
	width:40%;
	float:left;
 overflow: hidden;
}
.main .zsshow .content .swiper-slide .txt{
	width:58%;
	padding-left:1%;
	float:right;
}
.main .zsshow .content .swiper-slide .txt h3{
	color:#1633B7;
	font-size:2.5rem;
	font-weight:bold;
}
.main .zsshow .content .swiper-slide .txt a{
display: inline-block;
  *display: inline;
  width:auto;
  height:28px;
  line-height:28px;
  padding:0 10px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
	background:#C20000;
}
.main .zsshow .content .swiper-slide .txt a:hover{
	background:#182D8F;
}
.main .zsshow .content .swiper-slide img{
  width:95%;
  transition: 0.4s;
}
.main .zsshow .content .swiper-slide a:hover img{
  transform: scale(1.05);
  transition: 0.4s;
}
.main .zsshow .container{
	position:relative;
}
.main .zsshow .swiper-button-next-pro {
  width: 44px;
  height: 78px;
  background:url(../images/right.png) no-repeat left top;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 60%;
  margin-top: -39px;
  right: -5%;
  transition: 0.4s;
}
.main .zsshow .swiper-button-next-pro:hover {
  background:url(../images/right_1.png) no-repeat left top;
  transition: 0.4s;
}
.main .zsshow .swiper-button-prev-pro {
  width: 44px;
  height: 78px;
  background:url(../images/left.png) no-repeat left top;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 60%;
  margin-top: -39px;
  left: -5%;
  transition: 0.4s;
}
.main .zsshow .swiper-button-prev-pro:hover {
  background:url(../images/left_1.png) no-repeat left top;
  transition: 0.4s;
}

.main .zsshow .content .swiper-slide p{
  color: #333;
  font-size: 1.4rem;
  text-align: left;
  transition: 0.4s;
  line-height:160%;
}
.main .zsshow .content .swiper-slide a:hover p{
  color:#fff;
  background-color: rgba(243,128,1,1);
  transition: 0.4s;
}
.main .zsshow .btn_more span{
	display: inline-block;
  *display: inline;
  padding:10px 30px;
	background:rgba(255,255,255,0.1);
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	font-size:3rem;
	color:#FDE0B5;
}
.main .zsshow .btn_more span font{
	font-weight:bold;
	font-style:oblique;
	font-size:3.5rem;
	letter-spacing:5px;
}

 
 
 
 
 
 

.main .product {
  padding-bottom: 3%;
  background:#F5F8FF;
}
.main .product .content{
  padding-top: 2%;
  overflow:hidden;
}
.main .product .content .swiper-slide{
  display: inline-block;
  *display: inline;
 overflow: hidden;
}
.main .product .content .swiper-slide li{
  width:45%;
  margin-right:2.5%;
  margin-left:2.5%;
  margin-bottom:5%;
  float:left;
  background:#fff;
	-moz-box-shadow:5px 5px 11px #D6DCF5; -webkit-box-shadow:5px 5px 11px #D6DCF5; box-shadow:5px 5px 11px #D6DCF5;
}
.main .product .content .swiper-slide .img{
	width:40%;
	float:left;
 overflow: hidden;
}
.main .product .content .swiper-slide .txt{
	width:58%;
	padding-left:1%;
	float:right;
}
.main .product .content .swiper-slide .txt h3{
	color:#1633B7;
	font-size:2.5rem;
	font-weight:bold;
}
.main .product .content .swiper-slide .txt a{
display: inline-block;
  *display: inline;
  width:auto;
  height:28px;
  line-height:28px;
  padding:0 10px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
	background:#C20000;
}
.main .product .content .swiper-slide .txt a:hover{
	background:#182D8F;
}
.main .product .content .swiper-slide img{
  width:100%;
  transition: 0.4s;
}
.main .product .content .swiper-slide a:hover img{
  transform: scale(1.05);
  transition: 0.4s;
}
.main .product .container{
	position:relative;
}
.main .product .swiper-button-next-pro {
  width: 44px;
  height: 78px;
  background:url(../images/right.png) no-repeat left top;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 60%;
  margin-top: -39px;
  right: -5%;
  transition: 0.4s;
}
.main .product .swiper-button-next-pro:hover {
  background:url(../images/right_1.png) no-repeat left top;
  transition: 0.4s;
}
.main .product .swiper-button-prev-pro {
  width: 44px;
  height: 78px;
  background:url(../images/left.png) no-repeat left top;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 60%;
  margin-top: -39px;
  left: -5%;
  transition: 0.4s;
}
.main .product .swiper-button-prev-pro:hover {
  background:url(../images/left_1.png) no-repeat left top;
  transition: 0.4s;
}

.main .product .content .swiper-slide p{
  color: #333;
  font-size: 1.4rem;
  text-align: left;
  transition: 0.4s;
  line-height:160%;
}
.main .product .content .swiper-slide a:hover p{
  color:#fff;
  background-color: rgba(243,128,1,1);
  transition: 0.4s;
}


.main .xue {
  padding-bottom: 3%;
  background:#fff;
}
.main .xue .content li{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.main .xue .content li img{
	width:100%;
}

.main .ceshi {
  padding: 1% 0;
  background:#182D8F;
  color:#fff;
}
.main .ceshi .left {
	float:left;
	width:60%;
  padding: 2% 0;
}
.main .ceshi .left h3{
	font-size:3.5rem;
	font-weight:bold;
}
.main .ceshi .left p{
	font-size:1.8rem;
  opacity: 0.8;
}

.main .ceshi .right {
	float:right;
	width:35%;
  padding: 2% 0;
	text-align:left;
	background:url(../images/ceshi_ico.png) no-repeat right top;
}

.main .ceshi .right a{   
display: inline-block;
  *display: inline;
  width:186px;
  height:55px;
  line-height:55px;
  text-align:center;
  font-size:2.5rem;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:#FFB01F;
	margin-top:20px;
	margin-bottom:30px;
  }
.main .ceshi .right a:hover{   background:#C20000;
  color:#fff;
  transition: 0.4s;
 }


.main .news {
	padding-bottom:3%;
}

.main .news .content li{
	text-align:left;
	margin-bottom:40px;
}
.main .news .content li:hover .img img {
  transform: scale(1.1);
}
.main .news .content li:hover .txt h6 {
  color: #d72324;
}
.main .news .content li .img {
  width: 30%;
  float: left;
  overflow: hidden;
}
.main .news .content li .img img {
  width: 100%;max-height: 115px;
  transition: 0.3s;
}
.main .news .content li .txt {
  width: 70%;
  float: left;
  padding:0 2%;
}

.main .news .content li .txt p{
	height:auto;
}
.main .news .content li .txt h6 {
  font-size: 1.4rem;
  color: #333;
  margin-top: 0%;
  margin-bottom: 0%;
  line-height:160%;
}
.main .news .content li .txt h6 a{
  color: #333;
}
.main .news .content li .txt h6 a:hover{
  color: #C20000;
}


@media (max-width: 768px) {
  .main .news .content li .txt h6 {
    margin: 0 0 5px;
  }
	.main .news .content li .img {
	  width: 100%;
	  float: left;
	  overflow: hidden;
	}
	.main .news .content li .txt {
	  width: 100%;
	  float: left;
	  padding:0 2%;
	}
}
.main .news .content li .txt p {
  font-size: 1.3rem;
  color: #666;
  margin: 3% 0;
  line-height:180%;
}

.main .news .content li .txt span {
  font-size: 1.2rem;
  color: #666;
  padding:0% 0;
    display: block;
}
@media (max-width: 768px) {
  .main .news .content li .txt span {
    display: none;
  }
}



.main .news .btn_more a {
    display: inline-block;
    *display: inline;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    transition: 0.4s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    background: #fff;
	border:1px solid #333;
}

.main .news .btn_more a:hover {
    background: #C20000;
    color: #fff;
    transition: 0.4s;
	border:1px solid #C20000;
}





.main .liuc {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/lc_bg.jpg) no-repeat center top;
}
.main .liuc .index-tit p{
	color:#fff;
}
.main .liuc  .list{
	width:100%;
	padding:0 10%;
	padding-top:1%;
	padding-bottom:1%;
	background:rgba(255,255,255,0.1);
}
.main .liuc  .list li{
	float:left;
	width:25%;
	text-align:center;
  margin-bottom:3%;
  margin-top:3%;
}
.main .liuc  .list li .img{
	width:70%;
  display: inline-block;
  *display: inline;
  transition: 0.4s;
}
.main .liuc  .list li .img img{
	width:100%;
	max-width:73px;
}

.main .liuc  .list li .txt{
	width:100%;
	background:url(../images/lc_bg1.jpg) repeat-x left 85%;
}

.main .liuc  .list li .txt span{
  display: inline-block;
  *display: inline;
  color:#fff;
  width:45px;
  height:45px;
  line-height:45px;
  background:#D70021;
	border-radius:25px;
	-moz-border-radius:25px; /* Old Firefox */
	margin-bottom:-30px;
	font-size:2.5rem;
	font-weight: bold;
    font-style: oblique;
}

.main .liuc  .list li .txt h3{
	width:100%;
	height:40px;
	line-height:20px;
	color:#fff;
	font-size:1.8rem;
}





.main .about {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/about_bg.jpg) no-repeat center top;
}
.main .about .index-tit b font{
	color:#fff;
	font-size:5rem;
}

.main .about .right{
	width:100%;
	padding-top:5%;
	margin-bottom:2%;
}
.main .about .right .txt{
	padding:0 7.5%;
	float:left;
	text-align:center;
	font-size:2rem;
	color:#fff;
}
.main .about .right .txt:last-child{
	border:0px;
}
.main .about .right .txt h3{
	font-size:3.5rem;
	color:#EA2A2A;
	font-weight:bold;
}



.main .about .atxt{
	width:100%;
	padding:4% 10%;
	background:rgba(255,255,255,0.1);
}
.main .about .atxt p{
	color:#fff;
	font-size:1.8rem;
	line-height:160%;
}


.main .partner {
	background:#F3F3F3;
	padding-bottom:3%;
}

.main .partner .content{
	padding-top:3%;
	text-align:center;
}
.main .partner .content li{
	text-align:center;
	width:16.6666666%;
	min-height:206px;
	line-height:206px;
	margin-bottom:2%;
	background:url(../images/par_li_bg.png) no-repeat center 50%;
	background-size:90%;
	vertical-align:middle;
}
.main .partner .content li img{
	width:100%;
	max-width:170px;
}


.footer {
  background:#404040;
}
.footer .footer-top {
  padding: 3% 0 3%;
  position: relative;
}
.footer .footer-top .top{
	float:left;
	width:100%;
	padding-bottom:4%;
}
.footer .footer-top .top .left{
	float:left;
	width:20%;
	background:url(../images/footer_logo_bg.png) no-repeat right 50%;
}
.footer .footer-top .top .left img{
	width:50%;
	max-width:196px;
}
.footer .footer-top .top .right{
	float:left;
	width:60%;
	text-align:left;
	padding-left:10%;
	color:#fff;
	font-size:2.5rem;
	line-height:200%;
}
.footer .footer-top .list {
  margin: 0 2% 0 0;
  float: left;
  color: #fff;
  width: 20%;
}
.footer .footer-top .list img{max-width: 120px;}
.footer .footer-top .list:nth-child(5) {
  width: 28%;
  margin: 0;
}
.footer .footer-top .list:nth-child(5) li{
	opacity:0.6;
	filter:alpha(opacity=50); 
}

@media (max-width: 992px) {
  .footer .footer-top .list {
    margin: 0 6% 0 0;
  }
}
.footer .footer-top .list h5 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom:40px;
}

.footer .footer-top .list li {
  font-size: 1.5rem;
  color: #fff;
  line-height: 240%;
}
.footer .footer-top .list li a {
  color: #fff;
	opacity:0.6;
	filter:alpha(opacity=50); 
   transition: 0.5s;
}
.footer .footer-top .list li a:hover {
  color: #C20000;
	opacity:1;
	filter:alpha(opacity=100); 
   transition: 0.5s;
}


.footer .footer-top .code {
  width: 25%;
  float:left;
}
.footer .footer-top .code li{
	opacity:0.6;
	filter:alpha(opacity=50); 
	line-height:160%;
	margin-bottom:10px;
}
.footer .footer-top .code img {
  width: 100%;
  max-width:106px;
}
.footer .footer-top .code p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer .footer-top .mess input {
  border: 1px solid #fff;
  padding: 0 15px;
  color: #fff;
  width: 100%;
  font-size: 1.6rem;
  height: 42px;
  margin-bottom:10px;
  background:none;
}
.footer .footer-top .mess textarea{
  border: 1px solid #fff;
  padding: 0 15px;
  color: #fff;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom:10px;
  background:none;
}
.footer .footer-top .mess .btn{
    background:#E71F19;
    border: none;
    color: #fff;
    width: 123px;
    font-size: 1.6rem;
    height: 41px;
    cursor: pointer;
	margin-top:10px;
	border-radius: 0px;
}

.footer .footer-top .bottom_btn {
	float:left;
	width: 100%;
	border-bottom:1px solid #383A3D;
	border-top:1px solid #383A3D;
	padding:20px 0px;
	margin-top:3%;
}
.footer .footer-top .bottom_btn .left {
	float:left;
}
.footer .footer-top .bottom_btn .left span{
	font-size:1.6rem;
	color:#fff;
	padding-right:20px;
}
.footer .footer-top .bottom_btn .right {
	float:right;
}
.footer .footer-top .bottom_btn .right a{
	background:url(../images/bottom_btn.png) no-repeat 20px 50%;
	background-color:#F38001;
	font-size:1.6rem;
	color:#FFFFFF;
	width:195px;
	height:44px;
	line-height:44px;
	display:block;
	  border-radius: 29px;
	  text-align:center;
	  text-indent:15px;
  transition: 0.3s;
}
.footer .footer-top .bottom_btn .right a:hover{
	background:url(../images/bottom_btn.png) no-repeat 20px 50%;
	background-color:#EB3D00;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #006ebd;
    display: block!important;
    text-align: center;
  }
  .footer .footer-con2 p img {
    margin: 0;
  }
  .footer .footer-con2 p a {
    display: inline-block;
    margin: 20px 12px;
  }
  .footer .footer-con2 p a:hover img {
    margin-top: -4px;
  }
  .footer .footer-con2 h5 {
    background: #006ebd url("../images/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #fff;
    margin: 0;
    background: #017bd2;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    padding: 12px;
  }
  .footer .footer-con2 .list-con a:hover {
    color: #ccc;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    padding: 12px;
    background: #edf2f8;
  }
  .footer .footer-con2 .footer-form {
    position: relative;
  }
  .footer .footer-con2 .footer-form .txt {
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 10px 0 60px;
    width: 100%;
    background: #ffffff url("../images/mail_03.jpg") no-repeat left center;
  }
  .footer .footer-con2 .footer-form .submit {
    position: absolute;
    top: 0;
    right: 3%;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 45px;
    background: url("../images/mail-arrow_03.jpg") no-repeat center;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px;
    background: #2a2a2a;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  background:#181818;
}
.footer .footer-bot .container {
  position: relative;
}

.footer .footer-bot p {
  color: #fff;
	font-weight:normal;
	line-height:180%;
}
.footer .footer-bot a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    text-align: center;
    padding-bottom: 1%;
  }

  .footer .footer-bot a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3px;
  }
}
.footer .returnTop {
  z-index: 999;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 0;
  width: 54px;
  height: 54px;
  background: url("../images/return-top.png") no-repeat center;
}
@media (max-width: 768px) {
  .footer .returnTop {
    display: none;
  }
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad{
  width:100%;
  text-align:center;
  background:#fff;
	position: relative;
}
.ins-main .sffw-ad{
	background:url(../images/sffw_banner.jpg) no-repeat center top;
	background-size:cover;
}
.ins-main .abo-ad{
	background:url(../images/about_banner.jpg) no-repeat center top;
	background-size:cover;
}
.ins-main .gsfw-ad{
	background:url(../images/gsfw_banner.jpg) no-repeat center top;
	background-size:cover;
}
.ins-main .sdgs-ad{
	background:url(../images/sdgs_banner.jpg) no-repeat center top;
	background-size:cover;
}
.ins-main .hwzc-ad{
	background:url(../images/hwzc_banner.jpg) no-repeat center top;
	background-size:cover;
}
.ins-main .web-ad{
	background:url(../images/web_banner.jpg) no-repeat center top;
	background-size:cover;
}
.ins-main .jwtz-ad{
	background:url(../images/jwtz_banner.jpg) no-repeat center top;
	background-size:cover;
}
.ins-main .news-ad{
	background:url(../images/news_banner.jpg) no-repeat center top;
	background-size:cover;
}
.ins-main .ins-ad .txt{
	float:left;
	width:100%;
	padding-top:10%;
	color:#fff;
}
.ins-main .ins-ad .txt h3{
	font-size:6rem;
	font-family:"MontserratSemiBold";
	font-weight:bold;
	letter-spacing:2px;
	line-height:160%;
}
.ins-main .ins-ad .txt p{
	font-size:2.5rem;
	letter-spacing:2px;
	line-height:160%;
}
.ins-main .gsfw-ad .txt{
	padding-top:15%;
	padding-bottom:15%;
}
.ins-main .sffw-ad .txt{
	padding-top:15%;
	padding-bottom:15%;
}
.ins-main .hwzc-ad .txt{
	padding-top:15%;
	padding-bottom:15%;
}
.ins-main .web-ad .txt{
	padding-top:15%;
	padding-bottom:15%;
}
.ins-main .jwtz-ad .txt{
	padding-top:15%;
	padding-bottom:15%;
}
.ins-main .jwtz-ad .txt h3{
	font-size:5.5rem;
}

.ins-main .abo-ad .txt h3{
	font-size:5rem;
	font-family:"MontserratSemiBold";
	font-weight:normal;
	letter-spacing:2px;
	line-height:160%;
	text-align:center;
	position:relative;
}
.ins-main .news-ad .txt h3{
	font-size:5rem;
	font-family:"MontserratSemiBold";
	font-weight:normal;
	letter-spacing:2px;
	line-height:160%;
	text-align:center;
	position:relative;
}


.ins-main .abo-ad .txt{
	padding-top:10%;
	padding-bottom:10%;
}

.ins-main .news-ad .txt{
	padding-top:10%;
	padding-bottom:10%;
}
.ins-main .abo-ad .txt h3{
	background:rgba(255,255,255,0.1);
	width:70%;
	margin-left:15%;
	padding:2% 0;
}
.ins-main .news-ad .txt h3{
	background:rgba(255,255,255,0.1);
	width:100%;
	margin-left:0%;
	padding:2% 0;
}

.ins-main .ins-ad .txt li{
	width:100%;
	line-height:260%;
	font-size:2.5rem;
	position:relative;
	padding-left:20px;
}
.ins-main .acp-ad .txt li{
	text-shadow:#0F1DC7 4px 4px 2px
}

.ins-main .ins-ad .txt li::after{
	content: '';width: 8px;height: 8px;background: rgba(255, 255, 255, 1);position: absolute;left: 0;top:40%;	border-radius:8px;	-moz-border-radius:8px; /* Old Firefox */
}

.ins-main .ins-ad .txt a{   
display: inline-block;
  *display: inline;
  width:236px;
  height:55px;
  line-height:55px;
  text-align:center;
  font-size:2.5rem;
  margin-top:2%;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:#F23A3A;
  }
.ins-main .ins-ad .txt a:hover{   background:#C20000;
  color:#fff;
  transition: 0.4s;
 }


.ins-main .ins-con {
  padding: 2% 4% 3%;
}
.ins-main .show-nav {
  height: 60px;
  line-height: 60px;
}
.ins-main .show-nav .container {
  position: relative;
}
.ins-main .show-nav p {
  margin: 0;
  font-size: 1.6rem;
  color: #5e5e5e;
  text-transform: capitalize;
  padding-left: 44px;
  background: url("../images/location_03.png") no-repeat left center;
}
.ins-main .show-nav p a {
  color: #5e5e5e;
}
.ins-main .show-nav p a:hover {
  color: #F38001;
}
.ins-main .show-nav p .active {
  color: #F38001;
}
.ins-main .show-nav .back {
  position: absolute;
  right: 15px;
  top: 12px;
}
.ins-main .show-nav .back a {
  display: block;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #F38001;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .ins-main .show-nav {
    height: auto;
    line-height: 39px;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
  }
  .ins-main .show-nav .container {
    position: relative;
  }
  .ins-main .show-nav p {
    margin: 0;
    font-size: 1.6rem;
    color: #5e5e5e;
    margin-left: 0px;
    padding-left: 0;
    background: none;
  }
  .ins-main .show-nav p a {
    color: #5e5e5e;
  }
  .ins-main .show-nav p a:hover {
    color: #F38001;
  }
  .ins-main .show-nav p .active {
    color: #F38001;
  }
  .ins-main .show-nav .back {
    display: none;
    position: static;
    right: 15px;
    top: 12px;
  }
  .ins-main .show-nav .back a {
    display: block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #F38001;
    color: #fff;
    font-size: 1.6rem;
  }
}
.ins-main .list-nav {
  padding: 1% 0;
}
.ins-main .list-nav ul {
  margin: 0;
  border-bottom:1px solid #ccc;
  background:url(../images/home_ico.jpg) no-repeat left 50%;
}
.ins-main .list-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2rem;
 position:relative;
}

.ins-main .list-nav li:nth-child(1)::after{content: '';width: 27px;height: 15px;background:url(../images/ico_hot.png) no-repeat left top;position: absolute;right: 0;top: 10px;}

.ins-main .list-nav li a {
  display: block;
  font-size: 2.5rem;
  color: #010463;
  padding: 0 2.5rem;
  height: 88px;
  line-height: 88px;
  margin-bottom:-2px;
}
.ins-main .list-nav li a:hover {
  color: #C20000;
  border-bottom:5px solid #C20000;
}
.ins-main .list-nav .active a {
  color: #C20000;
  border-bottom:5px solid #C20000;
}

.ins-main .ins-nav {
  padding: 40px 0 40px;
  text-align: right;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    text-align: left;
    padding: 10px 0;
  }
}
.ins-main .ins-nav p {
  font-size: 1.4rem;
  color: #999;
  margin: 0;
}
.ins-main .ins-nav p a {
  color: #999;
}
.ins-main .ins-nav p a:hover {
  color: #F38001;
}
.ins-main .ins-tit {
  margin-bottom: 3%;
  text-align: center;
}
.ins-main .ins-tit h5 {
  font-size: 2.4rem;
  color: #1a1a1a;
  text-transform: uppercase;
}
.ins-main .ins-tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #F38001;
}


.ins-main .about_acp{
	width:100%;
	padding-bottom:3%;
}
.ins-main .about_acp .index-tit{
	margin-bottom:0px;
}
.ins-main .about_acp .txt{
	width:100%;
	padding-bottom:2%;
}
.ins-main .about_acp .txt p{
	text-align:center;
	font-size:1.8rem;
	color:#666;
	line-height:180%;
}

.ins-main .about_acp .list{
	float:left;
	width:100%;
	padding:2% 0;
}


.ins-main .about_acp .list li{
	width:24%;
	text-align:center;
	background:#5F7AFF;
	color:#fff;
	padding:3% 0;
	margin:0 0.5%;
}

.ins-main .about_acp .list li img{
	width:100%;
	max-width:120px;
}
.ins-main .about_acp .list li:nth-child(2){
	background:#FFA141;
}
.ins-main .about_acp .list li:nth-child(3){
	background:#E05453;
}
.ins-main .about_acp .list li:nth-child(4){
	background:#855EF5;
}
.ins-main .about_acp .list li p{
	padding:0 5%;
}


.ins-main .about_pmi{
	width:100%;
	background:url(../images/acp_bg.jpg) no-repeat center top;
	padding-bottom:3%;
}

.ins-main .about_pmi .index-tit{
	margin-bottom:0%;
}
.ins-main .about_pmi .index-tit h4{
	margin-bottom:0px;
	padding-bottom:0px;
}

.ins-main .about_pmi .index-tit b{
	color:#fff;
}
.ins-main .about_pmi .index-tit font{
	color:#FDB83F;
}
.ins-main .about_pmi .img{
	width:50%;
	float:left;
}
.ins-main .about_pmi .img img{
	width:100%;
}
.ins-main .about_pmi .txt{
	width:45%;
	float:left;
	border-top:10px solid rgba(255,255,255,0.4);
	border-right:10px solid rgba(255,255,255,0.4);
	border-bottom: 10px solid rgba(255,255,255,0.4);
	padding:8% 5%;
	margin-top:2%;
	color:#fff;
}
.ins-main .about_pmi .txt h3{
	font-size:3rem;
}

.ins-main .about_pmi .txt p{
	font-size:2rem;
}
.ins-main .about_pmi .txt p font{
	color:#ff0001;
}

.ins-main .about_pmi .txt a{
display: inline-block;
  *display: inline;
  width:175px;
  height:39px;
  line-height:39px;
  text-align:center;
  font-size:2rem;
  color:#182D8F;
  transition: 0.4s;
	border-radius:20px;
	-moz-border-radius:20px; /* Old Firefox */
	background:#FDB83F;
	margin-top:20px;
}
.ins-main .about_pmi .txt a:hover{
	background:#C20000;
	color:#fff;
  transition: 0.4s;
}





.ins-main .about_three{
	width:100%;
	background:#F8F9FB;
	padding-bottom:5%;
}

.ins-main .about_three .list{
	width:100%;
}

.ins-main .about_three .list li{
	width:100%;
	float:left;
	margin-bottom:3%;
}

.ins-main .about_three .list li .img{
	width:13%;
	float:left;
}
.ins-main .about_three .list li .img img{
	width:100%;
	max-width:134px;
}
.ins-main .about_three .list li .txt{
	width:75%;
	padding-left:5%;
	padding-bottom:5%;
	float:left;
	background:url(../images/acp_bg1.png) no-repeat left top;
}
.ins-main .about_three .list li:nth-child(2){
	text-align:right;
}
.ins-main .about_three .list li:nth-child(2) .img{
	float:right;
	width:10%;
}
.ins-main .about_three .list li:nth-child(2) .txt{
	float:left;
	padding-right: 5%;
	margin-left:15%;
	background:url(../images/acp_bg2.png) no-repeat left top;
}

.ins-main .about_three .list li .txt h3{
  display: inline-block;
  *display: inline;
	color:#102897;
	font-weight:bold;
	margin-right:20px;
	font-size:2.5rem;
}
.ins-main .about_three .list li .txt span{
  display: inline-block;
  *display: inline;
  padding:4px 6px;
	border-radius:15px;
	-moz-border-radius:15px; /* Old Firefox */
	margin-right:5px;
	margin-left:5px;
	border:1px solid #102897;
	color:#182D8F;
}
.ins-main .about_three .list li .txt p{
	line-height:160%;
	font-size:1.8rem;
	padding-top:1%;
	color:#666;
}

.ins-main .about_dingz {
	padding-top:2%;
  padding-bottom: 3%;
}
.ins-main .about_dingz .txt{
	width:100%;
  background:url(../images/nx_bg1.jpg) no-repeat center 50%;
  position:relative;
  height:400px;
}
.ins-main .about_dingz .txt li{
	width:118px;
	height:118px;
	background:#04B4BA;
	text-align:center;
	color:#fff;
	border-radius:100px;
	-moz-border-radius:100px; /* Old Firefox */
	padding-top:1px;
	position:absolute;
}
.ins-main .about_dingz .txt li:nth-child(1){
	left:10%;
	top:50%;
}
.ins-main .about_dingz .txt li:nth-child(2){
	left:28%;
	top:15%;
	background:#FE1260;
}
.ins-main .about_dingz .txt li:nth-child(3){
	left:45%;
	top:50%;
	background:#868686;
}
.ins-main .about_dingz .txt li:nth-child(4){
	left:62%;
	top:15%;
	background:#3585F3;
}
.ins-main .about_dingz .txt li:nth-child(5){
	left:80%;
	top:50%;
	background:#FFA229;
}
.ins-main .about_dingz .txt li h3{
	font-size:5rem;
	font-weight:bold;
	margin-bottom:0px;
}
.ins-main .about_dingz .txt li p{
	font-size:1.8rem;
}


.ins-main .about_class {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/you_bg.jpg) no-repeat center top;
}
.ins-main .about-jingp{
	padding-top:0px;
  background:url(../images/nx_bg.jpg) no-repeat center top;
  background-color:#F5F8FF;
}
.ins-main .about-jingp .index-tit{
	margin:1% 0;
}

.ins-main .nobg {
  background:none;
}
.ins-main .about_class .index-tit b{
	color:#fff;
}
.ins-main .about_class .index-tit font{
	color:#FCB83F;
}
.ins-main .about_class .index-tit p{
	color:#fff;
}
.ins-main .nobg .index-tit b{
	color:#050751;
}
.ins-main .nobg .index-tit font{
	color:#ff0001;
}
.ins-main .nobg .index-tit p{
	color:#999;
}


.ins-main .about_class  .list{
	width:100%;
}
.ins-main .about_class  .list li{
	float:left;
	width:23%;
	margin:0 1%;
	padding-bottom:2%;
	margin-bottom:2%;
	text-align:center;
	background:#fff;
	border-radius:15px;
	-moz-border-radius:15px; /* Old Firefox */
-moz-box-shadow:3px 2px 9px #082372; -webkit-box-shadow:3px 2px 9px #082372; box-shadow:3px 2px 9px #082372;
}
.ins-main .nobg  .list li{
-moz-box-shadow:3px 2px 9px #ccc; -webkit-box-shadow:3px 2px 9px #ccc; box-shadow:3px 2px 9px #ccc;
}
.ins-main .about-jingp  .list li{
		border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
-moz-box-shadow:0px 2px 5px #CBD7F1; -webkit-box-shadow:0px 2px 5px #CBD7F1; box-shadow:0px 2px 5px #CBD7F1;
}

.ins-main .about_class  .list li .img{
	width:100%;
	float:left;
}
.ins-main .about_class  .list li .img img{
	width:100%;
}
.ins-main .about-jingp  .list li .img img{
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px; /* Old Firefox */
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px; /* Old Firefox */
}
.ins-main .about_class  .list li .txt{
	width:100%;
	float:left;
}

.ins-main .about_class  .list li .txt h3{
	width:100%;
	color:#102897;
	font-weight:bold;
	margin-bottom:5%;
	line-height:140%;
}

.ins-main .about_class  .list li a{
display: inline-block;
  *display: inline;
  width:110px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
	background:#C20000;
}
.ins-main .about_class  .list li a:hover{
	background:#182D8F;
}

.ins-main .btn_more{padding-top:5%; width:100%; float:left; text-align:center;}
.ins-main .btn_more a{   
display: inline-block;
  *display: inline;
  width:236px;
  height:55px;
  line-height:55px;
  text-align:center;
  font-size:2.5rem;
  color:#082D98;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:#fff;
  }
.ins-main .btn_more a:hover{   background:#C20000;
  color:#fff;
  transition: 0.4s;
 }

 
 
 

.ins-main .about_faq {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/sffw_bg2.jpg) no-repeat center top;
}
.ins-main .about_faq .index-tit1 b{
	color:#fff;
}
.ins-main .about_faq  .list li{
	float:left;
	width:48%;
	margin:0 1%;
	margin-bottom:4%;
	background:#fff;
	padding:1%;
}

.ins-main .about_faq  .list li span{
display: inline-block;
  *display: inline;
  float:left;
  font-size:2.6rem;
  color:#333;
}
.ins-main .about_faq  .list li span font{
  color:#EA4538;
}
.ins-main .about_faq  .list li a{
display: inline-block;
  *display: inline;
  width:110px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	background:#EA4538;
	float:right;
}
.ins-main .about_faq  .list li a:hover{
	background:#C20000;
	color:#fff;
  transition: 0.4s;
}






.ins-main .web_faq {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/sffw_bg2.jpg) no-repeat center top;
}
.ins-main .web_faq .index-tit1 b{
	color:#fff;
}
.ins-main .web_faq  .list li{
	float:left;
	width:48%;
	margin:0 1%;
	margin-bottom:4%;
	background: rgba(255,255,255,0.6);
	padding:2%;
}

.ins-main .web_faq  .list li span{
display: inline-block;
  *display: inline;
  float:left;
  font-size:2.4rem;
  color:#000;
}
.ins-main .web_faq  .list li span font{
  color:#EA4538;
}
.ins-main .web_faq  .list li a{
display: inline-block;
  *display: inline;
  width:110px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	background:#EA4538;
	float:right;
}
.ins-main .web_faq  .list li a:hover{
	background:#C20000;
	color:#fff;
  transition: 0.4s;
}

.ins-main .web_faq  .btn_more{padding-top:5%; width:70%; padding-left:30%; float:left; text-align:center;}
.ins-main .web_faq  .btn_more a{   
display: inline-block;
  *display: inline;
  width:auto;
  height:auto;
  line-height:auto;
  padding:0 40px;
  text-align:center;
  font-size:2rem;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	background:url(../images/web_ico_9.png) no-repeat 5% 50%;
	background-color:#F23A3A;
	float:left;
  }
.ins-main .web_faq  .btn_more span{   
display: inline-block;
  *display: inline;
  width:auto;
  height:55px;
  line-height:55px;
  padding:0 40px;
  text-align:center;
  font-size:2rem;
  color:#F23A3A;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	background:url(../images/web_ico_8.png) no-repeat 5% 50%;
	background-color:#fff;
	border:1px solid #F23A3A;
	float:left;
  }

 
 



.ins-main .about_partner {
	background:#fff;
	padding-bottom:3%;
}

.ins-main .about_partner .content{
	padding-top:3%;
	text-align:center;
}
.ins-main .about_partner .content li{
	text-align:center;
	width:20%;
	margin-bottom:2%;
	background-size:90%;
	vertical-align:middle;
	border:1px solid #F1F1F1;
}
.ins-main .about_partner .content li img{
	width:100%;
	max-width:170px;
    -webkit-filter: grayscale(100%); /* Webkit */  
    filter: gray; /* IE6-9 */    
    filter: grayscale(100%); /* W3C */ 
	transition:all .5s;
	filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;
}
.ins-main .about_partner .content li:hover img{
	width:100%;
	max-width:170px;
	filter:none;
	transition:all .5s;
	filter:alpha(Opacity=100);-moz-opacity:1;opacity:1;
}


.ins-main .tzhz {
  padding-top:2%;
  padding-bottom:3%;
  background:#F1F1F1;
}
.ins-main .tzhz table {
  background:#fff;
}
.ins-main .tzhz table th {
  background:#DF0024;
  font-size:1.8rem;
  color:#fff;
  font-weight:normal;
  padding:20px;
  border:0.5px solid #E5E5E5;
}
.ins-main .tzhz table td {
  font-size:1.6rem;
  color:#333;
  font-weight:normal;
  padding:5% 20px;
  line-height:200%;
  border:0.5px solid #E5E5E5;
}





.ins-main .batj{
	padding-top:0%;
  padding-bottom:0%;
}
.ins-main .batj .table{
    float: left;
    width: 100%;
    display: table;
}
.ins-main .batj .txt{
	width: 3%;
	margin:0 1.5%;
    display: table-cell;
    vertical-align: middle;
	background:#F2F2F2;
	border-radius: 20px;
    -moz-border-radius:20px;
	padding:5% 20px;
	font-size:1.8rem;
	line-height:180%;
	border:10px solid #fff;
}



.ins-main .sqcl{
	padding-top:0%;
  padding-bottom:0%;
}

.ins-main .sqcl .txt{
	width: 100%;
	background:#F2F2F2;
	border-radius: 10px;
    -moz-border-radius:10px;
	padding:3% 20px;
	font-size:1.8rem;
	line-height:180%;
	text-align:center;
	margin-bottom:2%;
}
.ins-main .sqcl .txt h3{
	font-size:1.8rem;
	margin-bottom:20px;
}
.ins-main .sqcl .txt li{
	width:31.3333%;
	float:left;
	text-align:left;
	margin-right:2%;
	font-size:1.6rem;
	line-height:160%;
	margin-bottom:2%;
}




.ins-main .balc{
	padding-top:0%;
  padding-bottom:3%;
}

.ins-main .balc .img{
	width: 45%;
	float:left;
	margin:0 2.5%;
	text-align:center;
}
.ins-main .balc .img h3{
	font-size:2.5rem;
	text-align:center;
}
.ins-main .balc .img img{
	width:100%;
	max-width:716px;
}



.ins-main .balc  .btn_more{padding-top:5%; width:100%; float:left; text-align:center; }
.ins-main .balc  .btn_more span{
display: inline-block;
  *display: inline;
  width:auto;
  height:auto;
  line-height:auto;
  padding:13px 40px;
  padding-right:80px;
  text-align:center;
  font-size:1.8rem;
  color:#DF0024;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	border:1px solid #F23A3A;
}
.ins-main .balc  .btn_more a{   
display: inline-block;
  *display: inline;
  width:auto;
  height:auto;
  line-height:auto;
  padding:2px 40px;
  padding-right:80px;
  text-align:center;
  font-size:2.5rem;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:url(../images/sz.png) no-repeat 90% 50%;
	background-color:#F23A3A;
	margin-left:-50px;
  }
.ins-main .balc  .btn_more a:hover{ 
  color:#fff;
  transition: 0.4s;
	background:url(../images/sz.png) no-repeat 90% 50%;
	background-color:#C20000;
 }





.ins-main .about_qiang {
  padding-top:2%;
  padding-bottom:2%;
  background:url(../images/par_bg.jpg) no-repeat center top;
}

.ins-main .about_qiang  li{
	float:left;
	width:100%;
	padding:5%;
	border:1px solid #fff;
}

.ins-main .about_qiang  li span{
display: inline-block;
  *display: inline;
  float:left;
  font-size:3.6rem;
  color:#fff;
}
.ins-main .about_qiang  li span font{
	background:#C20000;
	padding:5px 10px;
	color:#ffff00;
}

.ins-main .about_qiang li a{
display: inline-block;
  *display: inline;
  width:220px;
  height:52px;
  line-height:52px;
  text-align:center;
  font-size:2rem;
  color:#fff;
  transition: 0.4s;
	border-radius:20px;
	-moz-border-radius:20px; /* Old Firefox */
	background:#C20000;
	float:right;
}
.ins-main .about_qiang  li a:hover{
	background:#FDB83F;
	color:#fff;
  transition: 0.4s;
}



.ins-main .about_td{
  padding-bottom:4%;
  background:url(../images/gkk_bg.jpg) no-repeat center top;
}

.ins-main .about_td  .index-tit b{
	color:#fff;
}
.ins-main .about_td  .index-tit font{
	color:#FCB83F;
}
.ins-main .about_td  .index-tit p{
	color:#fff;
}


.ins-main .about_td .txt{
  width:100%;
  padding-bottom:2%;
}
.ins-main .about_td .txt .left{
  width:50%;
	float:left;
}
.ins-main .about_td .txt .left li{
  float:right;
  width:100%;
  color:#fff;
  font-size:1.8rem;
  text-align:right;
  background:url(../images/gkk_ico_1.png) no-repeat right 50%;
  padding-right:30px;
  margin-bottom:10%;
}
.ins-main .about_td .txt .left li:nth-child(1){
  margin-right:32%;
}
.ins-main .about_td .txt .left li:nth-child(2){
  margin-right:43%;
}
.ins-main .about_td .txt .left li:nth-child(3){
  margin-right:49%;
}
.ins-main .about_td .txt .left li:nth-child(4){
  margin-right:50%;
}
.ins-main .about_td .txt .left li:nth-child(5){
  margin-right:47%;
}

.ins-main .about_td .txt .right{
	float:left;
  width:50%;
}
.ins-main .about_td .txt .right li{
  float:left;
  width:100%;
  color:#fff;
  font-size:1.8rem;
  text-align:left;
  background:url(../images/gkk_ico_1.png) no-repeat left 50%;
  padding-left:30px;
  margin-bottom:10%;
}
.ins-main .about_td .txt .right li:nth-child(1){
  margin-left:32%;
}
.ins-main .about_td .txt .right li:nth-child(2){
  margin-left:43%;
}
.ins-main .about_td .txt .right li:nth-child(3){
  margin-left:49%;
}
.ins-main .about_td .txt .right li:nth-child(4){
  margin-left:50%;
}
.ins-main .about_td .txt .right li:nth-child(5){
  margin-left:47%;
}




.ins-main .about_peiy {
	padding-top:2%;
  padding-bottom: 3%;
  background:#F8F9FB;
}


.ins-main .about_peiy  .list{
	width:100%;
}
.ins-main .about_peiy  .list li{
	float:left;
	width:31%;
	margin:0 1%;
	padding:3% 5%;
	margin-bottom:2%;
	text-align:center;
	background:#fff;
	border-radius:15px;
	-moz-border-radius:15px; /* Old Firefox */
-moz-box-shadow:0px 0px 10px #B7BEE0; -webkit-box-shadow:0px 0px 10px #B7BEE0; box-shadow:0px 0px 10px #B7BEE0;
}

.ins-main .about_peiy  .list li .img{
	width:100%;
	float:left;
}
.ins-main .about_peiy  .list li .img img{
	width:100%;
	max-width:92px;
}
.ins-main .about_peiy  .list li .txt{
	width:100%;
	float:left;
}

.ins-main .about_peiy  .list li .txt h3{
	width:100%;
	color:#102897;
	font-weight:bold;
	margin-bottom:10%;
	line-height:140%;
}
.ins-main .about_peiy  .list li:nth-child(1) .txt h3{
	color:#04B4BA;
}
.ins-main .about_peiy  .list li:nth-child(2) .txt h3{
	color:#FE1260;
}
.ins-main .about_peiy  .list li:nth-child(3) .txt h3{
	color:#1287FE;
}
.ins-main .about_peiy  .list li:nth-child(4) .txt h3{
	color:#FFA229;
}
.ins-main .about_peiy  .list li:nth-child(5) .txt h3{
	color:#5D43FF;
}
.ins-main .about_peiy  .list li:nth-child(6) .txt h3{
	color:#02C8B8;
}

.ins-main .about_peiy  .list li a{
display: inline-block;
  *display: inline;
  width:110px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
	background:#C20000;
}
.ins-main .about_peiy  .list li a:hover{
	background:#182D8F;
}

.ins-main .about_peiy .btn_more a{   
  color:#fff;
	background:#14347F;
-moz-box-shadow:0px 0px 10px #14347F; -webkit-box-shadow:0px 0px 10px #14347F; box-shadow:0px 0px 10px #14347F;
}
.ins-main .about_peiy .btn_more a:hover{ 
	background:#C20000;
  color:#fff;
-moz-box-shadow:0px 0px 10px #C20000; -webkit-box-shadow:0px 0px 10px #C20000; box-shadow:0px 0px 10px #C20000;
}

.ins-main .about-neix .list li{
	padding:3%;
}
.ins-main .about-neix .list li p{
	text-align:left;
	font-size:1.6rem;
	line-height:160%;
}
.ins-main .about-neix .btn_more a{   
	padding:0 30px;
  color:#fff;
	background:#C20000;
-moz-box-shadow:0px 0px 10px #C20000; -webkit-box-shadow:0px 0px 10px #C20000; box-shadow:0px 0px 10px #C20000;
}
.ins-main .about-neix .btn_more a:hover{ 
	background:#14347F;
  color:#fff;
-moz-box-shadow:0px 0px 10px #14347F; -webkit-box-shadow:0px 0px 10px #14347F; box-shadow:0px 0px 10px #14347F;
}
 
.ins-main .about-nav{
	width:100%;
	background:#F2F2F2;
}
.ins-main .about-nav ul{
	width:100%;
	text-align:center;
}
.ins-main .about-nav ul li{
	float:left;
	padding:10px 0;
	margin:0 20px;
}
.ins-main .about-nav ul li a{
	display: inline-block;
  *display: inline;
  height:53px;
  line-height:53px;
  color:#333;
  font-size:2rem;
  margin:0px;
  padding:0px 30px;
  transition: 0.4s;
  border-bottom:2px solid #F2F2F2;
}
.ins-main .about-nav ul li a:hover{
	color:#D90827;
  border-bottom:2px solid #D90827;
  transition: 0.4s;
}
.ins-main .about-nav ul .active a{
	color:#D90827;
  border-bottom:2px solid #D90827;
  transition: 0.4s;
}




.ins-main .ins_abo{
	padding-top:3%;
  padding-bottom:6%;
}
.ins-main .ins_abo .table{
    float: left;
    width: 100%;
    display: table;
}
.ins-main .ins_abo .txt{
	width: 60%;
	text-align:left;
	float:left;
	padding-left:5%;
}
.ins-main .ins_abo .txt h3{
	font-size:3rem;
	color:#333;
	margin-bottom:20px;
}
.ins-main .ins_abo .txt h3 span{
	font-size:2.5rem;
	color:#333;
}
.ins-main .ins_abo .txt p{
	font-size:2rem;
	line-height:200%;
	color:#505050;
}
.ins-main .ins_abo .img{
	width:40%;
	float:left;
}
.ins-main .ins_abo .img img{
	width:100%;
	max-width:555px;
}



.ins-main  .ayous {
	padding-top:2%;
  padding-bottom: 3%;
  background:#F8F8F8;
}

.ins-main  .ayous  .list{
	width:100%;
}
.ins-main .ayous  .list li{
	float:left;
	width:40%;
	margin-bottom:5%;
	margin-top:5%;
	margin-right:5%;
	margin-left:5%;
}

.ins-main .ayous  .list li .img{
	float:left;
	width:105px;
	height:105px;
	line-height:105px;
	border-radius:55px;
	-moz-border-radius:55px; /* Old Firefox */
	text-align:center;
	background:#E4E4E4;
}

.ins-main .ayous  .list li .txt{
	float:right;
	width:70%;
}

.ins-main .ayous  .list li .txt h3{
	width:100%;
	line-height:130%;
	color:#F23A3A;
	font-size:2.5rem;
	margin-top:0px;
}
.ins-main .ayous  .list li .txt p{
	line-height:160%;
	color:#333;
	font-size:1.8rem;
}




.ins-main .ins_wh{
	padding-top:3%;
  padding-bottom:3%;
}
.ins-main .ins_wh .table{
    float: left;
    width: 100%;
    display: table;
	background:#F2F2F2;
}
.ins-main .ins_wh .txt{
	width: 50%;
	padding-right:8%;
    display: table-cell;
    vertical-align: middle;
}
.ins-main .ins_wh .txt h3{
	font-size:2.2rem;
	color:#E70014;
	font-weight:bold;
}
.ins-main .ins_wh .txt p{
	font-size:2rem;
	line-height:200%;
	color:#505050;
}
.ins-main .ins_wh .img{
	width:55%;
    display: table-cell;
    vertical-align: middle;
}
.ins-main .ins_wh .img img{
	width:100%;
	max-width:555px;
}



.ins-main .contact{
  padding:3% 5%;
}

.index-tit1 {
  padding:2% 0;
  text-align: center;
  width:100%;
  margin-bottom:2%;
}
.index-tit1 h4 {
  font-size: 3.5rem;
  color: #333;
  text-transform: uppercase;
  margin-bottom:2%;
  padding-top:3%;
  line-height:4rem;
  position:relative;
}
.index-tit1 h4 {
  font-size: 3.5rem;
  color: #333;
  text-transform: uppercase;
  margin-bottom:2%;
  padding-top:3%;
  line-height:4rem;
  position:relative;
}
.index-tit1 h4::after{
	position:absolute;
	left:50%;
	bottom:-10px;
	margin-left:-35px;
	content: '';width:70px;height: 3px;background:#DA0825;	
}
.index-tit1 h4 span {
	width:60px;
	height:20px;
	background:url(../images/about_img_2.jpg) no-repeat right 50%;
  display: inline-block;
  *display: inline;
}

.index-tit1 h4 b{
  font-size: 3.5rem;
  color: #333;
  display: inline-block;
  *display: inline;
}
.index-tit1 h4 b font{
  color: #DA0825;
}




.ins-main .ins_con{
  padding:3% 0;
}
.ins-main .ins_con .left{
	float:left;
	width:30%;
}
.ins-main .ins_con .left li{
	font-size:1.6rem;
	line-height:220%;
	color:#666;
}
.ins-main .ins_con .left li:nth-child(1){
	color:#333;
}
.ins-main .ins_con .left li:nth-child(5){
	padding-left:80px;
	margin-bottom:20px;
}
.ins-main .ins_con .left li img{
	width:100%;
	max-width:219px;
}

.ins-main .ins_con .right{
	float:right;
	width:60%;
}
.ins-main .ins_con .right .form-box ul li font{
  color:red;
}
.ins-main .ins_con .right .form-box ul:nth-child(1) li {
  height: 48px;
  line-height: 48px;
  width: 31.3333333%;
  float: left;
  margin-right: 3%;
}
.ins-main .ins_con .right .form-box ul:nth-child(1) li span {
  font-size: 1.6rem;
  color: #333;
  float: left;
  width: 25%;
}
.ins-main .ins_con .right .form-box ul:nth-child(1) li input {
  background: #fff;
  height: 48px;
  line-height: 48px;
  float: right;
  width: 75%;
  border: none;
  padding: 0 5px;
  border:1px solid #D2D2D2;
}
.ins-main .ins_con .right .form-box ul:nth-child(1) li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins_con .right .form-box ul:nth-child(3) {
  margin: 6% 0;
}
.ins-main .ins_con .right .form-box ul:nth-child(3) li span {
  font-size: 1.6rem;
  color: #333;
  float: left;
}
.ins-main .ins_con .right .form-box ul:nth-child(3) li textarea {
  background: #fff;
  height: 227px;
  float: right;
  width: 92%;
  border: none;
  padding: 10px;
  border:1px solid #D2D2D2;
}
.ins-main .ins_con .right .form-box ul:nth-child(5) {
  text-align: left;
  margin-top: 5%;
}
.ins-main .ins_con .right .form-box ul:nth-child(5) li input {
  background: #E70014;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  border: none;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left:60px;
  transition: 0.4s;
}
.ins-main .ins_con .right .form-box ul:nth-child(5) li input:hover {
	background:#182D8F;
  transition: 0.4s;
}
.ins-main .ins_con .right .form-box ul:nth-child(5) li a {

  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  border: none;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left:60px;
  float:right;
  color:#fff;
  transition: 0.4s;
	background:#182D8F;
}
.ins-main .ins_con .right .form-box ul:nth-child(5) li a:hover{
  background: #E70014;
  transition: 0.4s;
}


@media (max-width: 768px) {

.ins-main .ins_con .right .form-box ul:nth-child(1) li {
    height: 48px;
    line-height: 48px;
    width: 100%;
    float: left;
    margin-bottom: 18px;
    margin-right: 3%;
  }
.ins-main .ins_con .right .form-box ul:nth-child(1) li span {
    font-size: 1.8rem;
    color: #333;
    float: left;
    width: 17%;
  }
.ins-main .ins_con .right .form-box ul:nth-child(1) li input {
    background: #f4f4f4;
    height: 48px;
    line-height: 48px;
    float: right;
    width: 81%;
    border: none;
    padding: 0 5px;
  }
.ins-main .ins_con .right .form-box ul:nth-child(1) li:nth-child(3) {
    margin-right: 0;
  }
.ins-main .ins_con .right .form-box ul:nth-child(3) {
    margin: 0px 0;
  }
.ins-main .ins_con .right .form-box ul:nth-child(3) li span {
    font-size: 1.8rem;
    color: #333;
    float: left;
    width: 17%;
  }
.ins-main .ins_con .right .form-box ul:nth-child(3) li textarea {
    background: #f4f4f4;
    height: 127px;
    float: right;
    width: 81%;
    border: none;
    padding: 10px;
  }

}






.ins-main .ins_map{
  padding:3% 0;
}



.ins-main .pro-category {
  background: #efefef;
  padding: 4% 0;
}
.ins-main .pro-category .list {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  overflow-y: auto;
  margin-bottom: 2.5%;
  border: 1px solid #e3e3e3;
  height: 398px;
  background: url("../images/pro-list_03.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .ins-main .pro-category .list {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
  }
}
.ins-main .pro-category .list h6 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.ins-main .pro-category .list ul {
  padding: 0 10%;
}
.ins-main .pro-category .list ul li {
  font-size: 1.4rem;
  margin-bottom: 1px;
}
.ins-main .pro-category .list ul li a {
  color: #666;
  padding-left: 15px;
  background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.ins-main .pro-category .list ul li a:hover {
  color: #d31518;
}
.ins-main .pro-category .list .more a {
  display: block;
  padding-left: 25px;
  font-size: 1.4rem;
  color: #F38001;
}
@media (max-width: 768px) {
  .ins-main .pro-category .list .more a {
    padding-left: 35px;
  }
}
.ins-main .pro-category .list:nth-child(5n+5) {
  margin-right: 0;
}
.ins-main .pro-category .list::-webkit-scrollbar {
  /*滚动条整体样式*/

  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: 4px;
}
.ins-main .pro-category .list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/

  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.ins-main .pro-category .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ins-main .ins-join .top-con {
  padding: 4% 0;
}
.ins-main .ins-join .top-con .img {
  width: 50%;
  float: left;
}
.ins-main .ins-join .top-con .img img {
  width: 100%;
}
.ins-main .ins-join .top-con .txt-box {
  width: 44%;
  float: right;
}
.ins-main .ins-join .top-con .txt-box h6 {
  font-size: 3rem;
  color: #1f1f1f;
  text-transform: uppercase;
  margin-top: 5%;
}
.ins-main .ins-join .top-con .txt-box h4 {
  font-size: 4.8rem;
  color: #F38001;
  text-transform: uppercase;
}
.ins-main .ins-join .top-con .txt-box .txt {
  margin: 8% 0;
}
.ins-main .ins-join .top-con .txt-box .txt p {
  font-size: 1.6rem;
  color: #6c6c6c;
  margin: 0;
  line-height: 200%;
}
.ins-main .ins-join .top-con .txt-box p {
  font-size: 1.6rem;
  color: #1f1f1f;
  margin: 0;
  line-height: 200%;
}
.ins-main .ins-join .top-con .txt-box a {
  display: block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #dabaa3;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 6%;
}
.ins-main .ins-join .center-con {
  padding: 4% 0;
  background: #f6f6f6;
}
.ins-main .ins-join .center-con li {
  background: #fff;
}
.ins-main .ins-join .center-con li .txt {
  padding: 5%;
  width: 50%;
  float: left;
}
.ins-main .ins-join .center-con li .txt h6 {
  font-size: 2.4rem;
  color: #F38001;
  text-transform: uppercase;
  margin-bottom: 6%;
}
.ins-main .ins-join .center-con li .txt p {
  font-size: 1.8rem;
  color: #1f1f1f;
  line-height: 200%;
  margin: 0;
}
.ins-main .ins-join .center-con li .img {
  width: 50%;
  float: right;
}
.ins-main .ins-join .center-con li .img img {
  width: 100%;
}
.ins-main .ins-join .center-con li:nth-child(2) .txt {
  float: right;
}
.ins-main .ins-join .center-con li:nth-child(2) .img {
  float: left;
}
.ins-main .ins-join .bot-con {
  padding: 4% 0;
}
.ins-main .ins-join .bot-con .list {
  width: 45%;
  float: right;
}
.ins-main .ins-join .bot-con .list li {
  margin-bottom: 9%;
}
.ins-main .ins-join .bot-con .list h6 {
  font-size: 2.4rem;
  color: #F38001;
  text-transform: uppercase;
}
.ins-main .ins-join .bot-con .list p {
  font-size: 1.6rem;
  color: #0b0b0b;
}
.ins-main .ins-join .bot-con .img {
  width: 50%;
  float: left;
}
.ins-main .ins-join .bot-con .img img {
  width: 100%;
}
.ins-main .ins-join .three-years {
  padding: 4% 0;
  background: #f6f6f6;
}
.ins-main .ins-join .three-years .list li {
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  text-align: center;
  background: #fff;
  height: 320px;
  border-radius: 10px;
  transition: 0.4s;
}
.ins-main .ins-join .three-years .list li:hover {
  background: #dabaa3;
}
.ins-main .ins-join .three-years .list li:hover h4 {
  color: #fff;
}
.ins-main .ins-join .three-years .list li:hover p {
  color: #fff;
}
.ins-main .ins-join .three-years .list li h4 {
  font-size: 3.6rem;
  color: #F38001;
  padding: 10% 0 8%;
}
.ins-main .ins-join .three-years .list li p {
  font-size: 1.6rem;
  color: #595959;
  margin: 0;
  line-height: 200%;
}
.ins-main .ins-join .three-years .list li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-join .choose {
  padding: 4% 0;
}
.ins-main .ins-join .choose .list {
  border: 1px solid #eee;
  border-left: none;
  border-bottom: none;
}
.ins-main .ins-join .choose .list li {
  width: 33.333333%;
  float: left;
  height: 308px;
  border-right: 1px solid #eee;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-join .choose .list li span {
  display: inline-block;
  height: 50px;
  border-radius: 50px;
  background: #dabaa3;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 16% 0 8%;
  width: 50px;
}
.ins-main .ins-join .choose .list li h6 {
  font-size: 1.8rem;
  color: #F38001;
  text-transform: uppercase;
  margin-bottom: 5%;
}
.ins-main .ins-join .choose .list li p {
  font-size: 1.4rem;
  color: #595959;
  margin: 0 10%;
}
.ins-main .ins-join .contact {
  height: 550px;
  background: url("../images/now-bg_02.jpg") no-repeat center;
}
.ins-main .ins-join .contact a {
  display: block;
}
@media (max-width: 768px) {
  .ins-main .ins-join .top-con {
    padding: 4% 0;
  }
  .ins-main .ins-join .top-con .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-join .top-con .img img {
    width: 100%;
  }
  .ins-main .ins-join .top-con .txt-box {
    width: 100%;
    float: right;
  }
  .ins-main .ins-join .top-con .txt-box h6 {
    font-size: 3rem;
    color: #1f1f1f;
    text-transform: uppercase;
    margin-top: 5%;
  }
  .ins-main .ins-join .top-con .txt-box h4 {
    font-size: 4rem;
    color: #F38001;
    text-transform: uppercase;
  }
  .ins-main .ins-join .top-con .txt-box .txt {
    margin: 8% 0;
  }
  .ins-main .ins-join .top-con .txt-box .txt p {
    font-size: 1.6rem;
    color: #6c6c6c;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .ins-join .top-con .txt-box p {
    font-size: 1.6rem;
    color: #1f1f1f;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .ins-join .top-con .txt-box a {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #dabaa3;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 6%;
  }
  .ins-main .ins-join .center-con {
    padding: 4% 0;
    background: #f6f6f6;
  }
  .ins-main .ins-join .center-con li {
    background: #fff;
  }
  .ins-main .ins-join .center-con li .txt {
    padding: 5%;
    width: 100%;
    float: left;
  }
  .ins-main .ins-join .center-con li .txt h6 {
    font-size: 2.4rem;
    color: #F38001;
    text-transform: uppercase;
    margin-bottom: 6%;
  }
  .ins-main .ins-join .center-con li .txt p {
    font-size: 1.8rem;
    color: #1f1f1f;
    line-height: 200%;
    margin: 0;
  }
  .ins-main .ins-join .center-con li .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-join .center-con li .img img {
    width: 100%;
  }
  .ins-main .ins-join .center-con li:nth-child(2) .txt {
    float: right;
  }
  .ins-main .ins-join .center-con li:nth-child(2) .img {
    float: left;
  }
  .ins-main .ins-join .bot-con {
    padding: 4% 0;
  }
  .ins-main .ins-join .bot-con .list {
    width: 100%;
    float: right;
  }
  .ins-main .ins-join .bot-con .list li {
    margin-bottom: 9%;
  }
  .ins-main .ins-join .bot-con .list h6 {
    font-size: 2.4rem;
    color: #F38001;
    text-transform: uppercase;
  }
  .ins-main .ins-join .bot-con .list p {
    font-size: 1.6rem;
    color: #0b0b0b;
  }
  .ins-main .ins-join .bot-con .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-join .bot-con .img img {
    width: 100%;
  }
  .ins-main .ins-join .three-years {
    padding: 4% 0;
    background: #f6f6f6;
  }
  .ins-main .ins-join .three-years .list li {
    width: 100%;
    float: left;
    margin-right: 0%;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
    height: auto;
    padding-bottom: 12%;
  }
  .ins-main .ins-join .three-years .list li h4 {
    font-size: 3.6rem;
    color: #F38001;
    padding: 10% 0 8%;
  }
  .ins-main .ins-join .three-years .list li p {
    font-size: 1.6rem;
    color: #595959;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .ins-join .three-years .list li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .ins-join .choose {
    padding: 4% 0;
  }
  .ins-main .ins-join .choose .list {
    border: 1px solid #eee;
    border-left: none;
    border: none;
  }
  .ins-main .ins-join .choose .list li {
    width: 100%;
    float: left;
    height: 278px;
    border-right: 1px solid #eee;
    text-align: center;
    border: 1px solid #eee;
  }
  .ins-main .ins-join .choose .list li span {
    display: inline-block;
    height: 50px;
    border-radius: 50px;
    background: #dabaa3;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 16% 0 8%;
    width: 50px;
  }
  .ins-main .ins-join .choose .list li h6 {
    font-size: 1.8rem;
    color: #F38001;
    text-transform: uppercase;
    margin-bottom: 5%;
  }
  .ins-main .ins-join .choose .list li p {
    font-size: 1.4rem;
    color: #595959;
    margin: 0 10%;
  }
  .ins-main .ins-join .contact {
    height: 250px;
    background: url("../images/now-bg_02.jpg") no-repeat center;
  }
  .ins-main .ins-join .contact a {
    display: block;
  }
}
.ins-main .ins-profile {
  margin: 7% 0 3%;
}
.ins-main .ins-profile .txt-box {
  width: 50%;
  float: left;
}
.ins-main .ins-profile .txt-box h5 {
  font-size: 2.5rem;
  color: #1f56a8;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-weight: 600;
}
.ins-main .ins-profile .txt-box p {
  font-size: 1.6rem;
  color: #666;
  line-height: 180%;
}
.ins-main .ins-profile .video-box {
  width: 40.5%;
  float: right;
  padding: 1.3%;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .video-box {
    width: 100%;
  }
}
.ins-main .ins-profile .video-box video {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-profile {
    margin: 7% 0 3%;
  }
  .ins-main .ins-profile .txt-box {
    width: 100%;
    float: left;
  }
  .ins-main .ins-profile .txt-box h5 {
    font-size: 2.5rem;
    color: #1f56a8;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-weight: 600;
  }
  .ins-main .ins-profile .txt-box p {
    font-size: 1.6rem;
    color: #666;
    line-height: 180%;
  }
  .ins-main .ins-profile .video-box {
    width: 100%;
    float: right;
    padding: 1.3%;
    border: 1px solid #eee;
  }
  .ins-main .ins-profile .video-box video {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ins-main .ins-profile .video-box {
    width: 100%;
  }
}
.ins-main .ins-partner .list {
  padding: 3% 0;
}
.ins-main .ins-partner .list .swiper-container-list {
  overflow: hidden;
}
.ins-main .ins-partner .list .swiper-container-list .swiper-slide li {
  width: 20%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-partner .list .swiper-container-list .swiper-slide li {
    width: 50%;
  }
}
.ins-main .ins-partner .list .swiper-container-list .swiper-slide li img {
  width: 100%;
  border: 1px solid #eee;
}
.ins-main .ins-partner .list .swiper-pagination-list {
  text-align: center;
  z-index: 99;
  width: 100%;
  margin-top: 2%;
}
.ins-main .ins-partner .list .swiper-pagination-bullet {
  background: #e5e5e5;
  border-radius: 0px;
  height: 9px;
  width: 9px;
  opacity: 1;
  border-radius: 9px;
}
.ins-main .ins-partner .list .swiper-pagination-bullet-active {
  background: #F38001;
  opacity: 1;
}
.ins-main .ins-partner .list:nth-child(2n+2) {
  background: #f6f6f6;
}
.ins-main .ins-reviews {
  padding: 3% 0;
}
.ins-main .ins-reviews li {
  width: 32.333333%;
  float: left;
  margin: 0 1.5% 3% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-reviews li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-reviews li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-reviews li .img {
  overflow: hidden;
}
.ins-main .ins-reviews li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-reviews li .txt {
  border-bottom: 1px solid #eee;
  padding: 3% 0;
}
.ins-main .ins-reviews li .txt h6 {
  font-size: 1.8rem;
  color: #000;
  text-transform: uppercase;
}
.ins-main .ins-reviews li .txt span {
  font-size: 1.4rem;
  color: #F38001;
}
.ins-main .ins-reviews li .txt p {
  font-size: 1.4rem;
  color: #616161;
  line-height: 180%;
  margin-top: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  height: 50px;
}
.ins-main .ins-reviews li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-culture {
  padding: 3% 0;
}
.ins-main .ins-culture .img {
  margin-bottom: 2%;
}
.ins-main .ins-culture .img img {
  width: 100%;
}
.ins-main .ins-culture .list-box li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
  border: 1px solid #eee;
  padding: 2% 3%;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .ins-main .ins-culture .list-box li {
    width: 100%;
    margin: 0 0 4% 0;
  }
}
.ins-main .ins-culture .list-box li:hover {
  background: #dabaa3;
}
.ins-main .ins-culture .list-box li:hover h6 {
  color: #fff;
}
.ins-main .ins-culture .list-box li:hover p {
  color: #fff;
}
.ins-main .ins-culture .list-box li h6 {
  font-size: 2.4rem;
  color: #F38001;
}
.ins-main .ins-culture .list-box li p {
  font-size: 1.6rem;
  color: #191919;
}
.ins-main .ins-culture .list-box li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-environment {
  padding: 2% 0;
}
.ins-main .ins-environment li {
  width: 31.8333333%;
  float: left;
  margin-right: 2.25%;
  margin-bottom: 2%;
  padding: 1.7%;
  border: 1px solid #f0f0f0;
}
.ins-main .ins-environment li .img-box {
  position: relative;
  cursor: pointer;
}
.ins-main .ins-environment li .img-box:hover .masking {
  opacity: 1;
}
.ins-main .ins-environment li .img-box .img {
  width: 100%;
}
.ins-main .ins-environment li .img-box .img img {
  width: 100%;
}
.ins-main .ins-environment li .img-box .masking {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.ins-main .ins-environment li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-environment {
    padding: 2% 0;
  }
  .ins-main .ins-environment li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 1.7%;
    border: 1px solid #f0f0f0;
  }
  .ins-main .ins-environment li .img-box {
    position: relative;
    cursor: pointer;
  }
  .ins-main .ins-environment li .img-box:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-environment li .img-box .img {
    width: 100%;
  }
  .ins-main .ins-environment li .img-box .img img {
    width: 100%;
  }
  .ins-main .ins-environment li .img-box .masking {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .ins-main .ins-environment li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-environment li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-honor .tag-top img {
  width: 100%;
}
.ins-main .ins-honor .content {
  padding: 6% 0;
}
.ins-main .ins-honor .content .certify {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.ins-main .ins-honor .content .certify .swiper-container {
  padding-bottom: 60px;
}
.ins-main .ins-honor .content .certify .swiper-slide {
  width: 340px;
  height: 530px;
}
.ins-main .ins-honor .content .certify .swiper-slide img {
  display: block;
  width: 100%;
  box-shadow: 0 0px 18px #ddd;
  padding: 2%;
  background: #f7f7f7;
}
.ins-main .ins-honor .content .certify .swiper-slide h6 {
  font-size: 1.6rem;
  color: #4d4d4d;
  margin-top: 20px;
}
.ins-main .ins-honor .content .certify .swiper-slide p {
  opacity: 0;
}
.ins-main .ins-honor .content .certify .swiper-slide-active p {
  opacity: 1;
}
.ins-main .ins-honor .content .certify .swiper-slide p {
  line-height: 180%;
  text-align: center;
  color: #585858;
  font-size: 1.6rem;
  margin: 5% 0;
}
.ins-main .ins-honor .content .certify .swiper-slide a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #009944;
  color: #fff;
  font-size: 1.4rem;
}
.ins-main .ins-honor .content .certify .swiper-pagination {
  width: 100%;
  display: none;
  bottom: 20px;
}
.ins-main .ins-honor .content .certify .swiper-button-prev-btn {
  width: 23px;
  height: 45px;
  position: absolute;
  left: -5%;
  top: 40%;
  margin-top: -12px;
  background: url(../images/honor-btn_03.png) no-repeat;
  cursor: pointer;
  z-index: 99;
}
.ins-main .ins-honor .content .certify .swiper-button-prev-btn:hover {
  background: url(../images/honor-btn_10.png) no-repeat;
}
.ins-main .ins-honor .content .certify .swiper-button-next-btn {
  width: 23px;
  height: 45px;
  position: absolute;
  right: -5%;
  top: 40%;
  margin-top: -12px;
  background: url(../images/honor-btn_05.png) no-repeat;
  cursor: pointer;
  z-index: 99;
}
.ins-main .ins-honor .content .certify .swiper-button-next-btn:hover {
  background: url(../images/honor-btn_08.png) no-repeat;
}
.ins-main .ins-honor .content .swiper-container-tag {
  overflow: hidden;
}
.ins-main .ins-honor .content .swiper-container-tag img {
  width: 100%;
}
.ins-main .ins-honor .content .swiper-container-tag p {
  line-height: 180%;
  text-align: center;
  color: #585858;
  font-size: 1.6rem;
  margin: 5% 0;
}
.ins-main .ins-solution {
  padding: 3% 0;
}
.ins-main .ins-solution li {
  margin-bottom: 3%;
}
.ins-main .ins-solution li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-solution li:hover .txt h6 {
  color: #F38001;
}
.ins-main .ins-solution li .img {
  overflow: hidden;
  width: 22%;
  float: left;
  border: 1px solid #eee;
}
.ins-main .ins-solution li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-solution li .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-solution li .txt h6 {
  font-size: 1.8rem;
  color: #242424;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-solution li .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -moz-line-clamp: 4;
  -o-line-clamp: 4;
  margin: 3% 0 7%;
  font-size: 1.4rem;
  color: #7b7b7b;
  line-height: 220%;
}
.ins-main .ins-solution li .txt span {
  display: block;
  width: 190px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #F38001;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 3% 0;
  }
  .ins-main .ins-solution li {
    margin-bottom: 3%;
  }
  .ins-main .ins-solution li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-solution li:hover .txt h6 {
    color: #F38001;
  }
  .ins-main .ins-solution li .img {
    overflow: hidden;
    display: none;
    width: 22%;
    float: left;
    border: 1px solid #eee;
  }
  .ins-main .ins-solution li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-solution li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-solution li .txt h6 {
    font-size: 1.8rem;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-solution li .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -moz-line-clamp: 4;
    -o-line-clamp: 4;
    margin: 3% 0 7%;
    font-size: 1.4rem;
    color: #7b7b7b;
    line-height: 220%;
  }
  .ins-main .ins-solution li .txt span {
    display: block;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #F38001;
    font-size: 1.4rem;
    color: #fff;
  }
}
.ins-main .ins-equipment {
  padding: 3% 0;
}
.ins-main .ins-equipment img {
  max-width: 100%;
}
.ins-main .ins-about {
  margin: 5% 0 10%;
}
.ins-main .ins-about .txt-box {
  width: 100%;
  float: left;
  text-align:center;
}
@media (max-width: 768px) {
  .ins-main .ins-about .txt-box {
    width: 100%;
  }
}
.ins-main .ins-about .txt-box h5 {
  font-size: 3rem;
  color: #1f56a8;
  font-weight: 600;
  margin-bottom: 6%;
}
@media (max-width: 768px) {
  .ins-main .ins-about .txt-box h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-about .txt-box p {
  font-size: 1.8rem;
  color: #999999;
  line-height: 200%;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-about .txt-box p {
    line-height: 160%;
  }
}
.ins-main .ins-about .img {
  width: 30%;
  float: right;
  margin: 7% 0 0 0;
}
@media (max-width: 768px) {
  .ins-main .ins-about .img {
    width: 100%;
  }
}
.ins-main .ins-about .img img {
  width: 100%;
}
.ins-main .ins-service {
  margin: 8% 0;
}
.ins-main .ins-service .txt-box {
  width: 60%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-service .txt-box {
    width: 100%;
  }
}
.ins-main .ins-service .txt-box h6 {
  font-size: 3rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .ins-main .ins-service .txt-box h6 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-service .txt-box p {
  font-size: 2rem;
  color: #666;
  line-height: 190%;
}
.ins-main .ins-service .txt-box p a {
  color: #666;
}
.ins-main .ins-service .img {
  width: 40%;
  float: right;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-service .img {
    width: 100%;
  }
}
.ins-main .ins-service .img img {
  max-width: 100%;
}
.ins-main .ins-contact .txt-box {
  width: 61%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .txt-box {
    width: 100%;
  }
}
.ins-main .ins-contact .txt-box h5 {
  font-size: 3rem;
  color: #1f56a8;
  font-weight: 600;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .txt-box h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-contact .txt-box li {
  font-size: 1.6rem;
  color: #666;
  line-height: 210%;
}
.ins-main .ins-contact .txt-box li a {
  color: #666;
}
.ins-main .ins-contact .img {
  width: 32%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .img {
    width: 100%;
  }
}
.ins-main .ins-contact .img img {
  width: 100%;
}
.ins-main #map {
  height: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main #map {
    height: 300px;
    width: 100%;
  }
}
.ins-main .ins-download {
  padding: 3% 0;
}
.ins-main .ins-download .download-top {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.ins-main .ins-download .download-top li {
  width: 222px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  float: left;
  margin-left: -1px;
  line-height: 59px;
}
.ins-main .ins-download .download-top li a {
  display: block;
  font-size: 1.6rem;
  color: #555;
  text-transform: capitalize;
  transition: 0.4s;
}
.ins-main .ins-download .download-top li a:hover {
  color: #fff;
  background: #F38001;
}
.ins-main .ins-download .download-top .active a {
  color: #fff;
  background: #F38001;
}
.ins-main .ins-download .content {
  margin: 2% 0;
  padding: 0 2%;
}
.ins-main .ins-download .content li {
  height: 88px;
  line-height: 88px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.ins-main .ins-download .content li:hover a {
  color: #F38001;
}
.ins-main .ins-download .content li a {
  display: block;
  font-size: 1.6rem;
  color: #555;
}
.ins-main .ins-download .content li span {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}
.ins-main .ins-download .content li b {
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 54px;
  background: url("../images/download2_03.jpg") no-repeat left center;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 3% 0;
  }
  .ins-main .ins-download .download-top {
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .ins-main .ins-download .download-top li {
    width: 50%;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    float: left;
    margin-left: -1px;
    line-height: 40px;
  }
  .ins-main .ins-download .download-top li a {
    display: block;
    font-size: 1.6rem;
    color: #555;
    text-transform: capitalize;
    transition: 0.4s;
  }
  .ins-main .ins-download .download-top li a:hover {
    color: #fff;
    background: #F38001;
  }
  .ins-main .ins-download .download-top .active a {
    color: #fff;
    background: #F38001;
  }
  .ins-main .ins-download .content {
    margin: 2% 0;
    padding: 0 2%;
  }
  .ins-main .ins-download .content li {
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .ins-main .ins-download .content li:hover a {
    color: #F38001;
  }
  .ins-main .ins-download .content li a {
    display: block;
    font-size: 1.6rem;
    color: #555;
  }
  .ins-main .ins-download .content li span {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .ins-main .ins-download .content li b {
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 44px;
    background: url("../images/download2_03.jpg") no-repeat left center;
  }
}
.ins-main .ins-faq {
  padding: 3% 0;
}
.ins-main .ins-faq li {
  padding: 2% 0;
  border-bottom: 1px solid #eee;
  transition: 0.4s;
}
.ins-main .ins-faq li h6 {
  font-size: 1.8rem;
  color: #151515;
  padding-left: 60px;
  line-height: 40px;
  background: url("../images/faq-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-faq li p {
  font-size: 1.6rem;
  color: #7e7e7e;
  line-height: 180%;
  padding-left: 60px;
  padding-top: 8px;
  background: url("../images/faq-lit_06.jpg") no-repeat left top;
  min-height: 40px;
}
.ins-main .ins-exhibition {
  padding: 3% 0;
}
.ins-main .ins-exhibition .content li {
  width: 31.83333%;
  float: left;
  margin: 0 1.75% 1.5% 0;
  position: relative;
}
.ins-main .ins-exhibition .content li:hover .img-box img {
  transform: scale(1.1);
}
.ins-main .ins-exhibition .content li:hover .txt {
  background: #F38001;
}
.ins-main .ins-exhibition .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-exhibition .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-exhibition .content li .img-box {
  overflow: hidden;
}
.ins-main .ins-exhibition .content li .img-box img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-exhibition .content li .txt {
  background: #f7f7f7;
  height: 144px;
  padding: 3%;
  transition: 0.3s;
}
.ins-main .ins-exhibition .content li .txt h6 {
  font-size: 1.6rem;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-exhibition .content li .txt p {
  font-size: 1.4rem;
  color: #949494;
}
.ins-main .ins-exhibition .content li .txt span {
  display: block;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 1.4rem;
  color: #363636;
  margin-top: 20px;
}
.ins-main .ins-exhibition .content li:nth-child(3n+3) {
  margin-right: 0%;
}
@media (max-width: 768px) {
  .ins-main .ins-exhibition {
    padding: 3% 0;
  }
  .ins-main .ins-exhibition .content li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    position: relative;
  }
  .ins-main .ins-exhibition .content li:hover .img-box img {
    transform: scale(1.1);
  }
  .ins-main .ins-exhibition .content li:hover .txt {
    background: #F38001;
  }
  .ins-main .ins-exhibition .content li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-exhibition .content li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-exhibition .content li .img-box {
    overflow: hidden;
  }
  .ins-main .ins-exhibition .content li .img-box img {
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-exhibition .content li .txt {
    background: #f7f7f7;
    height: 115px;
    padding: 3%;
    transition: 0.3s;
  }
  .ins-main .ins-exhibition .content li .txt h6 {
    font-size: 1.6rem;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-exhibition .content li .txt p {
    font-size: 1.4rem;
    color: #949494;
  }
  .ins-main .ins-exhibition .content li .txt span {
    display: block;
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fff;
    font-size: 1.4rem;
    color: #363636;
    margin-top: 15px;
  }
  .ins-main .ins-exhibition .content li:nth-child(3n+3) {
    margin-right: 2;
  }
  .ins-main .ins-exhibition .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-case {
  padding: 3% 0;
}
.ins-main .ins-case .case-top {
  height: 50px;
  line-height: 50px;
  margin-bottom: 3%;
}
.ins-main .ins-case .case-top li:first-child {
  padding: 0 1rem;
  color: #fff;
  background: #F38001;
}
.ins-main .ins-case .case-top li {
  font-size: 1.4rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 50px;
  line-height: 50px;
}
.ins-main .ins-case .case-top li a {
  color: #5a5a5a;
  padding: 0 1rem;
  display: block;
}
.ins-main .ins-case .case-top li a:hover {
  color: #fff;
  background: #F38001;
}
.ins-main .ins-case .content {
  margin-bottom: 2%;
}
.ins-main .ins-case .content ul {
  margin: 0;
}
.ins-main .ins-case .content li {
  width: 24%;
  float: left;
  margin: 0 1.25% 1.5% 0;
  position: relative;
}
.ins-main .ins-case .content li:hover .masking {
  opacity: 1;
}
.ins-main .ins-case .content li:hover p {
  color: #F38001;
}
.ins-main .ins-case .content li .img-box {
  overflow: hidden;
}
.ins-main .ins-case .content li .img-box img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-case .content li .masking {
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins-main .ins-case .content li p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #5a5a5a;
  margin: 15px 0 0 0;
}
.ins-main .ins-case .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 3% 0;
  }
  .ins-main .ins-case .case-top {
    height: auto;
    line-height: 40px;
    margin-bottom: 3%;
  }
  .ins-main .ins-case .case-top li:first-child {
    padding: 0 1rem;
    color: #fff;
    background: #F38001;
  }
  .ins-main .ins-case .case-top li {
    font-size: 1.4rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    line-height: 40px;
  }
  .ins-main .ins-case .case-top li a {
    color: #5a5a5a;
    padding: 0 1rem;
    display: block;
  }
  .ins-main .ins-case .case-top li a:hover {
    color: #fff;
    background: #F38001;
  }
  .ins-main .ins-case .content {
    margin-bottom: 2%;
  }
  .ins-main .ins-case .content ul {
    margin: 0;
  }
  .ins-main .ins-case .content li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    position: relative;
  }
  .ins-main .ins-case .content li:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-case .content li:hover p {
    color: #F38001;
  }
  .ins-main .ins-case .content li .img-box {
    overflow: hidden;
  }
  .ins-main .ins-case .content li .img-box img {
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-case .content li .masking {
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ins-main .ins-case .content li p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #5a5a5a;
    margin: 15px 0 0 0;
  }
  .ins-main .ins-case .content li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-case .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}




.ins-main .hottj {
	padding-top:2%;
  padding-bottom: 3%;
  background:#F4F8FB;
}

.ins-main .hottj .list{
	width:100%;
	padding-top:3%;
}
.ins-main .hottj .list li{
	float:left;
	width:24%;
	margin:0 0.5%;
	padding-bottom:2%;
	margin-bottom:2%;
	text-align:center;
	background:#E0DCDD;
}
.ins-main .hottj .list li .img{
	width:100%;
	float:left;
	overflow:hidden;
}

.ins-main .hottj  .list li .img img{
	width:100%;
  transition: 0.4s;
}

.ins-main .hottj  .list li:hover .img img {
  transform: scale(1.1);
  transition: 0.4s;
}
.ins-main .hottj .list li .img img{
	width:100%;
}
.ins-main .hottj .list li .txt{
	width:100%;
	float:left;
}

.ins-main .hottj .list li .txt h3{
	width:100%;
	color:#333;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:3%;
}
.ins-main .hottj .list li .txt h3 span{
display: inline-block;
  *display: inline;
  width:24px;
  height:24px;
  margin-right:5px;
  margin-top:5px;
}
.ins-main .hottj .list li:nth-child(1) .txt h3 span{
	background:url(../images/web_ico_1.png) no-repeat center bottom;
}
.ins-main .hottj .list li:nth-child(2) .txt h3 span{
	background:url(../images/web_ico_2.png) no-repeat center bottom;
}
.ins-main .hottj .list li:nth-child(3) .txt h3 span{
	background:url(../images/web_ico_3.png) no-repeat center bottom;
}
.ins-main .hottj .list li:nth-child(4) .txt h3 span{
	background:url(../images/web_ico_4.png) no-repeat center bottom;
}
.ins-main .hottj .list li:nth-child(5) .txt h3 span{
	background:url(../images/web_ico_5.png) no-repeat center bottom;
}
.ins-main .hottj .list li:nth-child(6) .txt h3 span{
	background:url(../images/web_ico_6.png) no-repeat center bottom;
}
.ins-main .hottj .list li:nth-child(7) .txt h3 span{
	background:url(../images/web_ico_7.png) no-repeat center bottom;
}


.ins-main .hottj .list li a{
display: inline-block;
  *display: inline;
  width:77px;
  height:24px;
  line-height:24px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	background:#F62F34;
	border:1px solid #F62F34;
}
.ins-main .hottj .list li a:hover{
  color:#fff;
	background:#DA0825;
	border:1px solid #DA0825;
  transition: 0.4s;
}





.ins-main .xukez {
  padding-bottom: 5%;
}

.ins-main .xukez .content{
  padding-top: 2%;
  overflow:hidden;
}
.ins-main .xukez .content .swiper-slide{
  display: inline-block;
  *display: inline;
 overflow: hidden;
}
.ins-main .xukez .content .swiper-slide li{
  width:45%;
  margin-right:2.5%;
  margin-left:2.5%;
  margin-bottom:5%;
  float:left;
  background:#fff;
	-moz-box-shadow:5px 5px 11px #D6DCF5; -webkit-box-shadow:5px 5px 11px #D6DCF5; box-shadow:5px 5px 11px #D6DCF5;
}
.ins-main .xukez .content .swiper-slide .img{
	width:40%;
	float:left;
 overflow: hidden;
}
.ins-main .xukez .content .swiper-slide .txt{
	width:58%;
	padding-left:1%;
	float:right;
}
.ins-main .xukez .content .swiper-slide .txt h3{
	color:#1633B7;
	font-size:2.5rem;
	font-weight:bold;
}
.ins-main .xukez .content .swiper-slide .txt a{
display: inline-block;
  *display: inline;
  width:auto;
  height:28px;
  line-height:28px;
  padding:0 10px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
	background:#C20000;
}
.ins-main .xukez .content .swiper-slide .txt a:hover{
	background:#182D8F;
}
.ins-main .xukez .content .swiper-slide img{
  width:95%;
  transition: 0.4s;
}


.ins-main .xukez .container{
	position:relative;
}
.ins-main .xukez .swiper-button-next-pro {
  width: 44px;
  height: 78px;
  background:url(../images/xkz_right_1.png) no-repeat left top;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 80%;
  margin-top: -39px;
  right: -5%;
  transition: 0.4s;
}
.ins-main .xukez .swiper-button-next-pro:hover {
  background:url(../images/xkz_right_2.png) no-repeat left top;
  transition: 0.4s;
}
.ins-main .xukez .swiper-button-prev-pro {
  width: 44px;
  height: 78px;
  background:url(../images/xkz_left_1.png) no-repeat left top;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 80%;
  margin-top: -39px;
  left: -5%;
  transition: 0.4s;
}
.ins-main .xukez .swiper-button-prev-pro:hover {
  background:url(../images/xkz_left_2.png) no-repeat left top;
  transition: 0.4s;
}

.ins-main .xukez .content .swiper-slide a:hover p{
  color:#fff;
  background-color: rgba(243,128,1,1);
  transition: 0.4s;
}
.ins-main .xukez .btn_more span{
	display: inline-block;
  *display: inline;
  padding:10px 30px;
	background:rgba(255,255,255,0.1);
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	font-size:3rem;
	color:#FDE0B5;
}
.ins-main .xukez .btn_more span font{
	font-weight:bold;
	font-style:oblique;
	font-size:3.5rem;
	letter-spacing:5px;
}

 
 
 
 
 


.ins-main .fwnr {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/sffw_bg.jpg) no-repeat center top;
}
.ins-main  .fwnr .index-tit1 b{
	color:#fff;
}
.ins-main  .fwnr  .list{
	width:100%;
}
.ins-main .fwnr  .list li{
	float:left;
	width:30%;
	margin-bottom:5%;
	margin-right:1.5%;
	margin-left:1.5%;
	background:#fff;
	text-align:center;
	padding:3% 0;
}
.ins-main .fwnr  .list li .img{
	width:100%;
	text-align:center;
}


.ins-main .fwnr  .list li .img div{
	display: inline-block;
  *display: inline;
	width:164px;
	height:164px;
	line-height:164px;
	border-radius:85px;
	-moz-border-radius:85px; /* Old Firefox */
	text-align:center;
	border:1px solid #FD4837;
}

.ins-main .fwnr  .list li .txt{
	float:right;
	width:100%;
}

.ins-main .fwnr  .list li .txt h3{
	width:100%;
	line-height:130%;
	color:#333;
	font-size:2rem;
	margin-top:20px;
}
.ins-main .fwnr  .list li .txt a{
display: inline-block;
  *display: inline;
  padding:5px 30px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	background:#fff;
	border:1px solid #FD4837;
	background:#FD4837;
	border-radius:15px;
	-moz-border-radius:15px; /* Old Firefox */
}
.ins-main .fwnr  .list li .txt a:hover{
  color:#fff;
	background:#EF0909;
	border:1px solid #FD4837;
  transition: 0.4s;
}




.ins-main .bsliuc {
	padding-top:2%;
  padding-bottom: 3%;
}
.ins-main .bsliuc .index-tit p{
	color:#fff;
}
.ins-main .bsliuc  .list{
	width:100%;
	padding:0 0%;
	padding-top:1%;
	padding-bottom:1%;
  background:url(../images/sffw_bg1.png) no-repeat 50% 30%;
}
.ins-main .bsliuc  .list li{
	float:left;
	width:25%;
	text-align:center;
  margin-bottom:3%;
  margin-top:3%;

  }

.ins-main .bsliuc  .list li .img{
	width:70%;
  display: inline-block;
  *display: inline;
  transition: 0.4s;
}
.ins-main .bsliuc  .list li .img img{
	width:100%;
	max-width:70px;
}

.ins-main .bsliuc  .list li .txt{
	width:100%;

}

.ins-main .bsliuc  .list li .txt h3{
	width:100%;
	height:40px;
	line-height:20px;
	color:#333;
	font-size:1.8rem;
}

.ins-main .bsliuc p{
	text-align:center;
	font-size:1.8rem;
}
.ins-main .bsliuc .btn_more{padding-top:0%;}
.ins-main .bsliuc .btn_more a{   
display: inline-block;
  *display: inline;
  width:auto;
  height:auto;
  line-height:auto;
  padding:0 5%;
  text-align:center;
  font-size:2.5rem;
  color:#fff;
  transition: 0.4s;
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
background:#E3453F;
  }
.ins-main .bsliuc .btn_more a:hover{   background:#C20000;
  color:#fff;
  transition: 0.4s;
 }





.ins-main .ins_fwys {
	padding-top:2%;
  padding-bottom: 2%;
}

.ins-main .ins_fwys  .list{
	width:100%;
	padding-top:3%;
}
.ins-main .ins_fwys  .list li{
	float:left;
	width:24%;
	margin:0 0.5%;
	padding-bottom:3%;
	margin-bottom:2%;
	background:#fff;
}
.ins-main .ins_fwys  .list li .img{
	width:100%;
	float:left;
	text-align:center;
}
.ins-main .ins_fwys  .list li .img img{
	width:100%;
}
.ins-main .ins_fwys  .list li .txt{
	width:100%;
	float:left;
}

.ins-main .ins_fwys  .list li .txt h3{
	width:100%;
	color:#E94235;
	margin-bottom:5%;
}
.ins-main .ins_fwys  .list li .txt p{
	color:#333;
	font-size:1.6rem;
	line-height:180%;
	width:80%;
}

.ins-main .ins_fwys  .list li a{
display: inline-block;
  *display: inline;
  width:110px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:1.4rem;
  color:#EF0909;
  transition: 0.4s;
	background:#fff;
	border:1px solid #EF0909;
}
.ins-main .ins_fwys  .list li a:hover{
  color:#fff;
	background:#EF0909;
	border:1px solid #EF0909;
  transition: 0.4s;
}




.ins-main .ins_gsfw {
	padding-top:2%;
  padding-bottom: 2%;
}

.ins-main .ins_gsfw  .list{
	width:100%;
	padding-top:3%;
}
.ins-main .ins_gsfw  .list li{
	float:left;
	width:24%;
	margin:0 0.5%;
	padding-bottom:3%;
	margin-bottom:2%;
	background:#fff;
}
.ins-main .ins_gsfw  .list li .img{
	width:100%;
	float:left;
	text-align:center;
}
.ins-main .ins_gsfw  .list li .img img{
	width:100%;
}
.ins-main .ins_gsfw  .list li .txt{
	width:100%;
	float:left;
}

.ins-main .ins_gsfw  .list li .txt h3{
	width:100%;
	color:#E94235;
	margin-bottom:5%;
}
.ins-main .ins_gsfw  .list li .txt p{
	color:#333;
	font-size:1.6rem;
	line-height:180%;
	width:80%;
}

.ins-main .ins_gsfw  .list li a{
display: inline-block;
  *display: inline;
  width:110px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:1.4rem;
  color:#EF0909;
  transition: 0.4s;
	background:#fff;
	border:1px solid #EF0909;
}
.ins-main .ins_gsfw  .list li a:hover{
  color:#fff;
	background:#EF0909;
	border:1px solid #EF0909;
  transition: 0.4s;
}







.ins-main  .gsfwnr {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/sffw_bg.jpg) no-repeat center top;
}
.ins-main  .gsfwnr .index-tit1 b{
	color:#fff;
}
.ins-main  .gsfwnr  .list{
	width:100%;
}
.ins-main .gsfwnr  .list li{
	float:left;
	width:22%;
	margin-bottom:5%;
	margin-right:1.5%;
	margin-left:1.5%;
	background:#fff;
	text-align:center;
	padding:3% 0;
}
.ins-main .sdgs  .list li{
	width:17%;
}

.ins-main .gsfwnr  .list li .img{
	width:100%;
	text-align:center;
}
.ins-main .gsfwnr  .list li .img img{
	width:100%;
	max-width:93px;
}

.ins-main .gsfwnr  .list li .img div{
	display: inline-block;
  *display: inline;
	width:124px;
	height:124px;
	line-height:124px;
	border-radius:85px;
	-moz-border-radius:85px; /* Old Firefox */
	text-align:center;
	border:1px solid #FD4837;
}

.ins-main .gsfwnr  .list li .txt{
	float:right;
	width:100%;
}

.ins-main .gsfwnr  .list li .txt h3{
	width:100%;
	line-height:130%;
	color:#333;
	font-size:2rem;
	margin-top:20px;
}
.ins-main .gsfwnr  .list li .txt a{
display: inline-block;
  *display: inline;
  padding:5px 30px;
  text-align:center;
  font-size:1.4rem;
  color:#fff;
  transition: 0.4s;
	background:#fff;
	border:1px solid #FD4837;
	background:#FD4837;
	border-radius:15px;
	-moz-border-radius:15px; /* Old Firefox */
}
.ins-main .gsfwnr .list li .txt a:hover{
  color:#fff;
	background:#EF0909;
	border:1px solid #FD4837;
  transition: 0.4s;
}

.ins-main .gsfwnr .btn_more{
	padding-top:1%;
}
.ins-main .gsfwnr .btn_more span{
	display: inline-block;
  *display: inline;
  padding:10px 30px;
	background:rgba(255,255,255,0.1);
	border-radius:50px;
	-moz-border-radius:50px; /* Old Firefox */
	font-size:3rem;
	color:#FDE0B5;
}
.ins-main .gsfwnr .btn_more span font{
	font-weight:bold;
	font-style:oblique;
	font-size:3.5rem;
	letter-spacing:5px;
}

 


.ins-main .zccl {
	padding-top:2%;
  padding-bottom: 3%;
  background:#F6F7F9;
}
.ins-main .zccl .index-tit p{
	color:#fff;
}
.ins-main .zccl .list{
	width:100%;
	padding:0 0%;
	padding-top:1%;
	padding-bottom:1%;
}
.ins-main .zccl  .list li{
	float:left;
	width:17%;
	text-align:center;
  margin:3% 1.5%;
  }

.ins-main .zccl  .list li .img{
	width:100%;
  display: inline-block;
  *display: inline;
  transition: 0.4s;
}
.ins-main .zccl  .list li .img img{
	width:100%;
}

.ins-main .zccl  .list li .txt{
	width:100%;
}

.ins-main .zccl  .list li .txt h3{
	width:100%;
	height:40px;
	line-height:20px;
	color:#333;
	font-size:1.8rem;
}
.ins-main .zccl  .list li .txt h3 span{
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    transition: 0.4s;
	margin-right:5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: #E3453F;
}


.ins-main .hotgj {
	padding-top:2%;
  padding-bottom: 2%;
  background:#F4F8FB;
}

.ins-main .hotgj  .list{
	width:100%;
	padding-top:3%;
}
.ins-main .hotgj  .list li{
	float:left;
	width:17%;
	margin:0 1.5%;
	margin-bottom:3%;
	background:#fff;
	position:relative;
}
.ins-main .hotgj  .list li .img{
	width:100%;
	float:left;
	text-align:center;
	overflow:hidden;
}
.ins-main .hotgj  .list li .img img{
	width:100%;
  transition: 0.4s;
}

.ins-main .hotgj  .list li:hover .img img {
  transform: scale(1.1);
  transition: 0.4s;
}
.ins-main .hotgj  .list li .txt{
	width:100%;
	position:absolute;
	left:0px;
	top:30%;
}

.ins-main .hotgj  .list li .txt h3{
	width:100%;
	color:#fff;
	margin-bottom:5%;
	text-align:center;
	font-size:3rem;
}


.ins-main .hotgj .btn_more{padding-top:5%; width:100%; float:left; text-align:center;}
.ins-main .hotgj .btn_more a{   
display: inline-block;
  *display: inline;
  width:auto;
  height:auto;
  line-height:auto;
  padding:0 40px;
  padding-right:80px;
  text-align:center;
  font-size:2.5rem;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:url(../images/sz.png) no-repeat 90% 50%;
	background-color:#F23A3A;
  }
.ins-main .hotgj .btn_more a:hover{ 
  color:#fff;
  transition: 0.4s;
	background:url(../images/sz.png) no-repeat 90% 50%;
	background-color:#C20000;
 }

 
 
 
.ins-main .yongt {
	padding-top:2%;
  padding-bottom: 3%;
}

.ins-main .yongt  .list{
	width:100%;
}
.ins-main .yongt  .list li{
	float:left;
	width:31%;
	margin-right:2.3333%;
	margin-bottom:5%;
	background:#F4F8FB;
	padding:20px;
}

.ins-main .yongt  .list li .img{
	float:left;
	width:30%;
	margin-right:5%;
	text-align:center;
}
.ins-main .yongt  .list li .img img{
	width:100%;
	max-width:100px;
}

.ins-main .yongt  .list li .txt{
	float:left;
	width:65%;
	padding-top:5%;
}

.ins-main .yongt  .list li .txt h3{
	width:100%;
	line-height:130%;
	color:#333;
	font-size:2rem;
	margin-top:0px;
}




.ins-main .blliuc {
	padding-top:2%;
  padding-bottom: 3%;
  background:url(../images/hwzc_bg.jpg) no-repeat center 50%;
}
.ins-main .blliuc .index-tit1 b{
	color:#fff;
}
.ins-main .blliuc  .list{
	width:100%;
	padding:0 0%;
	padding-top:1%;
	padding-bottom:1%;
  background:url(../images/hwzc_bg1.png) no-repeat 50% 30%;
}
.ins-main .blliuc  .list li{
	float:left;
	width:25%;
	text-align:center;
  margin-bottom:3%;
  margin-top:3%;
  }

.ins-main .blliuc  .list li .img{
	width:70%;
  display: inline-block;
  *display: inline;
  transition: 0.4s;
}
.ins-main .blliuc  .list li .img img{
	width:100%;
	max-width:70px;
}

.ins-main .blliuc  .list li .txt{
	width:100%;

}

.ins-main .blliuc  .list li .txt h3{
	width:100%;
	height:30px;
	line-height:20px;
	color:#fff;
	font-size:2rem;
}

.ins-main .blliuc p{
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	opacity:0.7;
}

.ins-main .blliuc  .btn_more{padding-top:5%; width:70%; float:left; text-align:center; margin-left:25%;}
.ins-main .blliuc  .btn_more span{
display: inline-block;
  *display: inline;
  width:auto;
  height:auto;
  line-height:auto;
  padding:14px 40px;
  padding-right:80px;
  text-align:center;
  font-size:1.8rem;
  color:#DF0024;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	border:1px solid #F23A3A;
	float:left;
}
.ins-main .blliuc  .btn_more a{   
display: inline-block;
  *display: inline;
  width:auto;
  height:auto;
  line-height:auto;
  padding:0 40px;
  padding-right:80px;
  text-align:center;
  font-size:2.5rem;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:url(../images/sz.png) no-repeat 90% 50%;
	background-color:#F23A3A;
	margin-left:-50px;
	float:left;
  }
.ins-main .blliuc  .btn_more a:hover{ 
  color:#fff;
  transition: 0.4s;
	background:url(../images/sz.png) no-repeat 90% 50%;
	background-color:#C20000;
 }







.ins-main .gsfwms {
	padding-top:2%;
  padding-bottom: 3%;
}
.ins-main .gsfwms .index-tit p{
	color:#fff;
}
.ins-main .gsfwms .list{
	width:100%;
	padding:0 0%;
	padding-top:1%;
	padding-bottom:1%;
}
.ins-main .gsfwms  .list li{
	float:left;
	width:25%;
	text-align:center;
  }

.ins-main .gsfwms  .list li .img{
	width:100%;
  display: inline-block;
  *display: inline;
  transition: 0.4s;
}
.ins-main .zccl  .list li .img img{
	width:100%;
}

.ins-main .zccl  .list li .txt{
	width:100%;
}

.ins-main .gsfwms  .list li .txt h3{
	width:100%;
	height:40px;
	line-height:20px;
	color:#333;
	font-size:2.5rem;
}
.ins-main .sdgszs .list li .txt h3 {
    width: 100%;
    height: auto;
    line-height: 160%;
    color: #333;
    font-size: 2rem;
    padding: 0 20px;
}
.ins-main .gsfwms  .list li .txt h3 a{
	color:#333;
}
.ins-main .gsfwms  .list li .txt h3 a:hover{
	color:#C20000;
}

.ins-main .ins-zhichi {
  margin-bottom: 2%;
}
.ins-main .ins-zhichi li {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.ins-main .ins-zhichi li a {
  display: block;
  padding: 3%;
}
.ins-main .ins-zhichi li:hover {
  border: 1px solid #c10002;
}
.ins-main .ins-zhichi li:hover .date {
  background: #c10002;
}
.ins-main .ins-zhichi li:hover .date h5 {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .date p {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .txt h6 {
  color: #c10002;
}
.ins-main .ins-zhichi li:hover .txt span {
  color: #fff;
  border-color: #c10002;
  background: #c10002;
}
.ins-main .ins-zhichi li .date {
  height: 132px;
  background: #f9f9f9;
  transition: 0.4s;
  text-align: center;
  width: 20%;
  float: left;
}
.ins-main .ins-zhichi li .date h5 {
  font-size: 3.6rem;
  color: #c10002;
  padding: 20px 0 10px;
}
.ins-main .ins-zhichi li .date p {
  font-size: 1.6rem;
  color: #474747;
}
.ins-main .ins-zhichi li .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-zhichi li .txt h6 {
  font-size: 1.8rem;
  color: #474747;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.ins-main .ins-zhichi li .txt p {
  font-size: 1.4rem;
  color: #474747;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-zhichi li .txt span {
  display: block;
  height: 33px;
  line-height: 33px;
  width: 113px;
  text-align: center;
  border: 1px solid #ececec;
  font-size: 1.4rem;
  color: #474747;
}
@media (max-width: 768px) {
  .ins-main .ins-zhichi {
    margin-bottom: 2%;
  }
  .ins-main .ins-zhichi li {
    border: 1px solid #ececec;
    margin-bottom: 20px;
  }
  .ins-main .ins-zhichi li a {
    display: block;
    padding: 1% 0;
  }
  .ins-main .ins-zhichi li:hover {
    border: 1px solid #c10002;
  }
  .ins-main .ins-zhichi li:hover .date {
    background: #c10002;
  }
  .ins-main .ins-zhichi li:hover .date h5 {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .date p {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .txt h6 {
    color: #c10002;
  }
  .ins-main .ins-zhichi li:hover .txt span {
    color: #fff;
    border-color: #c10002;
    background: #c10002;
  }
  .ins-main .ins-zhichi li .date {
    height: 111px;
    background: #f9f9f9;
    transition: 0.4s;
    text-align: center;
    width: 25%;
    float: left;
  }
  .ins-main .ins-zhichi li .date h5 {
    font-size: 3.6rem;
    color: #c10002;
    padding: 20px 0 10px;
  }
  .ins-main .ins-zhichi li .date p {
    font-size: 1.6rem;
    color: #474747;
  }
  .ins-main .ins-zhichi li .txt {
    width: 70%;
    float: right;
  }
  .ins-main .ins-zhichi li .txt h6 {
    font-size: 1.8rem;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
  }
  .ins-main .ins-zhichi li .txt p {
    font-size: 1.4rem;
    color: #474747;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-zhichi li .txt span {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 93px;
    text-align: center;
    border: 1px solid #ececec;
    font-size: 1.4rem;
    color: #474747;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #F38001;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #F38001;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border: 1px solid #cdcdcd;
  clear: both;
  border-top: none;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #F38001;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #F38001;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 700px;
    max-width: 700px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #F38001;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #F38001;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border: 1px solid #b5b3b3;
    clear: both;
    border-top: none;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #F38001;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #F38001;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-question {
  padding: 3% 0;
}
.ins-main .ins-question .list-box {
  margin-top: 3%;
}
.ins-main .ins-question .list-box li {
  padding: 17px 22px;
  border: 1px solid #f5f5f5;
  transition: 0.3s;
  margin-bottom: 2%;
  background: #f7f7f7;
}
.ins-main .ins-question .list-box li:hover {
  background: #F38001;
}
.ins-main .ins-question .list-box li:hover b {
  color: #fff;
}
.ins-main .ins-question .list-box li:hover h6 {
  color: #fff;
}
.ins-main .ins-question .list-box li:hover span {
  color: #fff;
}
.ins-main .ins-question .list-box li b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 2.4rem;
  color: #F38001;
  font-weight: 600;
  margin-right: 8px;
  vertical-align: top;
}
.ins-main .ins-question .list-box li h6 {
  font-size: 1.8rem;
  color: #1c1c1c;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.ins-main .ins-question .list-box li span {
  font-size: 1.4rem;
  color: #464646;
  line-height: 180%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 97%;
}
@media (max-width: 768px) {
  .ins-main .ins-question {
    padding: 3% 0;
  }
  .ins-main .ins-question .list-box {
    margin-top: 3%;
  }
  .ins-main .ins-question .list-box li {
    padding: 17px 22px;
    border: 1px solid #f5f5f5;
    transition: 0.3s;
    margin-bottom: 4%;
    background: #f7f7f7;
  }
  .ins-main .ins-question .list-box li:hover {
    background: #F38001;
  }
  .ins-main .ins-question .list-box li:hover b {
    color: #fff;
  }
  .ins-main .ins-question .list-box li:hover h6 {
    color: #fff;
  }
  .ins-main .ins-question .list-box li:hover span {
    color: #fff;
  }
  .ins-main .ins-question .list-box li b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 2.4rem;
    color: #F38001;
    font-weight: 600;
    margin-right: 8px;
    vertical-align: top;
    float: left;
  }
  .ins-main .ins-question .list-box li h6 {
    font-size: 1.8rem;
    color: #1c1c1c;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
  }
  .ins-main .ins-question .list-box li span {
    font-size: 1.4rem;
    color: #464646;
    line-height: 180%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 92%;
  }
}





.ins-main .ins-tea {
  padding: 3% 0;
  background:#F8F8F8;
}
.ins-main .ins-tea ul{
	padding-top:3%;
	width:100%;
}
.ins-main .ins-tea li{
  float:left;
  background:#fff;
  width:21%;
  text-align:center;
  margin:0 2%;
  margin-bottom:4%;
  transition: 0.4s;
}
.ins-main .ins-tea li:hover{
  transition: 0.4s;
  background:#05084F;
}


.ins-main .ins-tea li .img{
	width:100%;
}
.ins-main .ins-tea li .img img{
	width:100%;
}

.ins-main .ins-tea li .txt{
	width:100%;
	padding:20px 0px;
}
.ins-main .ins-tea li .txt h6{
	font-size:2.4rem;
	color:#1633B7;
}
.ins-main .ins-tea li .txt span{
	font-size:2rem;
	color:#666;
	line-height:200%;
}
.ins-main .ins-tea li .txt p{
	font-size:1.6rem;
	color:#999;
	line-height:200%;
}
.ins-main .ins-tea li:hover .txt h6{
  color:#fff;
}
.ins-main .ins-tea li:hover .txt span{
  color:#fff;
}
.ins-main .ins-tea li:hover .txt p{
  color:#fff;
}


.ins-main .tea-show{
  padding:3% 0;
  padding-top:6%;
  width:100%;
  float:left;
}

.ins-main .tea-show .left{
  width:30%;
  float:left;
}
.ins-main .tea-show .left img{
  width:100%;
}
.ins-main .tea-show .right{
  width:65%;
  float:right;
}

.ins-main .tea-show .right .title_h3{
	font-size:3rem;
  color:#1633B7;
  margin:0px;
  margin-bottom:20px;
}
.ins-main .tea-show .right .txt{
	float:left;
	width:100%;
	margin-bottom:2%;
}
.ins-main .tea-show .right .txt span{
  display: inline-block;
  *display: inline;
	width:100%;
	margin-bottom:2%;
	font-size:2rem;
	color:#000;
	position:relative;
}
.ins-main .tea-show .right .txt span::after{
	content: '';width: 26px;height: 4px;background: rgba(252, 34, 34, 1);position: absolute;left: 0;bottom: -10px;
}
.ins-main .tea-show .right .txt p{
	line-height:180%;
	font-size:1.6rem;
	color:#666;
}
.ins-main .top-news {
  padding: 3% 0;
}
.ins-main .top-news .left{
  float:left;
  width:45%;
}
.ins-main .top-news .left img{
  width:100%;
  max-width:560px;
}
.ins-main .top-news .right{
  float:right;
  width:53%;
}
.ins-main .top-news .right li{
  float:left;
  width:100%;
  margin-bottom:6%;
}
.ins-main .top-news .right li .img{
  float:left;
  width:92px;
  height:82px;
  background:#F2F2F2;
  margin-right:5%;
  text-align:center;
  padding-top:10px;
}
.ins-main .top-news .right li .img span{
  font-size:3rem;
}
.ins-main .top-news .right li .txt{
  float:left;
  width:70%;
}
.ins-main .top-news .right li .txt h6{
  margin:0px;
  margin-bottom:15px;
}
.ins-main .top-news .right li .txt p{
  color:#999;
}
.ins-main .top-news .right li .txt h6 a{
  font-size:1.8rem;
  color:#333;
}
.ins-main .top-news .right li .txt h6 a:hover{
  color:#ED1B24;
}
.ins-main .ins-news {
  padding: 3% 0;
}
.ins-main .ins-news li {
  padding:3%;
  border-bottom: 1px solid #eee;
  transition: 0.4s;
  float:left;
  width:100%;
}
.ins-main .ins-news li:hover {
  background:#F0F0F0;
  transition: 0.4s;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-news li .img img{
	width:100%;
	max-width:248px;
}
.ins-main .ins-news li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news li:hover .txt h6 {
  color: #FE0200;
}
.ins-main .ins-news li .img {
  width: 24%;
  float: left;
  overflow: hidden;
}

.ins-main .ins-news li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news li .txt {
  width: 100%;
  float: left;
}

.ins-main .ins-news li .txt h6 {
  font-size: 1.8rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom:1%;
}
.ins-main .ins-news li .txt h6 i{}
.ins-main .a-news li .txt h6 {
  color: #F38001;
}

@media (max-width: 768px) {
  .ins-main .ins-news li .txt h6 {
    margin-top: 10px;
  }
}
.ins-main .ins-news li .txt p {
  font-size: 1.6rem;
  color: #999;
  line-height: 220%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 150%;
  margin-bottom:1%;
}
.ins-main .ins-news li .txt span {
  font-size: 1.6rem;
  color: #999;
  line-height: 20px;
  display: block;
  float:right;
}
.ins-main .ins-news li .txt a{
  display: inline-block;
  *display: inline;
  width:103px;
  height:33px;
  line-height:33px;
  text-align:center;
  color:#333;
  border:1px solid #E6E6E6;
  transition: 0.4s;
 border-radius: 30px;
    -moz-border-radius: 30px;
}
.ins-main .ins-news li:hover .txt a{
  display: inline-block;
  *display: inline;
  width:103px;
  height:33px;
  line-height:33px;
  text-align:center;
  color:#333;
  border:1px solid #E6E6E6;
  transition: 0.4s;
  background:#FE0200;
  color:#fff;
  border:1px solid #FE0200;
}

@media (max-width: 768px) {
  .ins-main .ins-news li .txt span {
    display: none;
  }
}
.ins-main .a-news li .txt span{
	padding: 1% 2%;
    color: #fff;
    font-size: 1.6rem;
    width: 15%;
    background: #F38001;
    text-align: center;
}



.ins-main .news-show {
  padding: 3% 0;
  padding-top:0px;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 3% 0;
  }
}
.ins-main .news-show .show-tit {
  margin-bottom: 3%;
  text-align: center;
  margin-top:3%;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.4rem;
  color: #333;
  margin: 0 0 1%;
  font-weight: 600;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
}
.ins-main .news-show .show-txt{margin-bottom: 30px;}
.ins-main .news-show .show-txt img {
  max-width: 100%!important;
  width: auto!important;
  height: auto!important;
}
.ins-main .news-show .show-txt p {
  text-align: left;
  font-size: 1.6rem;
  color: #666;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  padding: 3% 0 0;
  border-top: 1px solid #eee;
}
.ins-main .news-show .link p {
  font-size: 1.4rem;
  color: #333;
}
.ins-main .news-show .link p span {
  display: inline-block;
  text-align: right;
  width: 60px;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #006ebd;
}
.ins-main .news-show .link p a:hover{
  color:#C20000;
}

@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2.5% 0;
  }
  .ins-main .news-show .show-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .show-tit h5 {
    margin: 2% 0 15px;
    font-weight: 500;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .news-show .content {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .news-show .content img {
    max-width: 100%!important;
    margin: 3% 0;
  }
  .ins-main .news-show .content p {
    text-align: left;
    font-size: 1.5rem;
    color: #515151;
    line-height: 180%;
    margin-bottom: 2%;
  }
}
.ins-main .ins-product {
  margin-bottom: 4%;
  padding-top:4%;
}
.ins-main .ins-product .pro-tit {
  position: relative;
  margin-bottom: 4%;
  margin-top: -60px;
}
.ins-main .ins-product .pro-tit button {
  border: none;
  width: 245px;
  height: 36px;
  border-radius: 3px;
  border: 2px solid #e5e5e5;
  text-align: left;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #b1b8cd;
}
.ins-main .ins-product .pro-tit button span {
  float: right;
  margin-top: 10px;
}
.ins-main .ins-product .pro-tit .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    padding: 3% 0;
  }
}
.ins-main .ins-product ul {
  margin: 0;
}
.ins-main .ins-product .content li {
  position: relative;
  width: 33.33333333%;
  float: left;
  transition: 0.4s;
  border: 1px solid #eee;
  margin-left:-1px;
  margin-top:-1px;
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-product .content li:hover h6 {
  color: #fff;
  background:#F38001;
}
.ins-main .ins-product .content li .img {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-product .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .content li h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 150%;
  font-size: 2rem;
  color: #333;
  padding:4% 0;
  text-align:center;
  margin:0px;
}
.ins-main .ins-product .content li span {
  font-size: 1.4rem;
  color: #F38001;
}
.ins-main .ins-product .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    margin-bottom: 4%;
  }
  .ins-main .ins-product .pro-tit {
    position: relative;
    margin-bottom: 4%;
    margin-top: 0px;
  }
  .ins-main .ins-product .pro-tit button {
    border: none;
    width: 245px;
    height: 36px;
    border-radius: 3px;
    border: 2px solid #e5e5e5;
    text-align: left;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #b1b8cd;
  }
  .ins-main .ins-product .pro-tit button span {
    float: right;
    margin-top: 10px;
  }
  .ins-main .ins-product .pro-tit .btn-group.open .dropdown-toggle {
    box-shadow: none;
  }
  .ins-main .ins-product ul {
    margin: 0;
  }
  .ins-main .ins-product .content li {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: 0.4s;
  }
  .ins-main .ins-product .content li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .ins-product .content li:hover h6 {
    color: #F38001;
  }
  .ins-main .ins-product .content li .img {
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
  }
  .ins-main .ins-product .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-product .content li h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-height: 150%;
    font-size: 1.6rem;
    color: #333;
    margin-top: 10px;
    height: 40px;
  }
  .ins-main .ins-product .content li span {
    font-size: 1.4rem;
    color: #F38001;
  }
  .ins-main .ins-product .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ins-main .ins-product {
    padding: 3% 0;
  }
}
.ins-main .ins-advantage {
  padding: 3% 0;
  text-align: center;
}
.ins-main .ins-advantage img {
  width: 100%;
}
.ins-main .ins-advantage .txt p {
  font-size: 1.6rem;
  color: #1e1e1e;
  line-height: 180%;
}
.ins-main .product-show .pro-tit {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #e8e8e8;
}
.ins-main .product-show .pro-tit button {
  border: none;
  width: 245px;
  height: 36px;
  border-radius: 3px;
  border: 2px solid #e5e5e5;
  text-align: left;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #b1b8cd;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-main .product-show .pro-tit button span {
  float: right;
  margin-top: 10px;
}
.ins-main .product-show .pro-tit .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.ins-main .product-show .pro-tit .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: 600;
  font-size: 2rem;
  color: #F38001;
  margin: 0 2rem;
  vertical-align: -5px;
}
.ins-main .product-show .pro-tit .show-nav {
  float: right;
  height: 100px;
  line-height: 100px;
}
.ins-main .product-show .pro-tit .show-nav p {
  font-size: 1.4rem;
  color: #999;
  margin: 0;
}
.ins-main .product-show .pro-tit .show-nav p a {
  color: #999;
}
.ins-main .product-show .pro-tit .show-nav p a:hover {
  color: #F38001;
}
@media (max-width: 1200px) {
  .ins-main .product-show .pro-tit {
    padding: 16px 0 0;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #e8e8e8;
  }
  .ins-main .product-show .pro-tit button {
    border: none;
    width: 245px;
    height: 36px;
    border-radius: 3px;
    border: 2px solid #e5e5e5;
    text-align: left;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #b1b8cd;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ins-main .product-show .pro-tit button span {
    float: right;
    margin-top: 10px;
  }
  .ins-main .product-show .pro-tit .btn-group.open .dropdown-toggle {
    box-shadow: none;
  }
  .ins-main .product-show .pro-tit .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: 600;
    font-size: 2rem;
    color: #F38001;
    margin: 0 2rem;
    vertical-align: -5px;
  }
  .ins-main .product-show .pro-tit .show-nav {
    float: left;
    height: auto;
    line-height: 40px;
    width: 100%;
    background: none;
  }
  .ins-main .product-show .pro-tit .show-nav p {
    font-size: 1.4rem;
    color: #999;
    margin: 0;
    padding: 0;
  }
  .ins-main .product-show .pro-tit .show-nav p a {
    color: #999;
  }
  .ins-main .product-show .pro-tit .show-nav p a:hover {
    color: #F38001;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .ins-main .product-show .pro-tit .title {
    margin: 15px 0 0;
  }
}
.ins-main .product-show {
	background:#F8F8F8;
}
.ins-main .product-show .content .lf-box {
  width: 50%;
  float: left;
  padding: 3%;
}
@media (max-width: 768px) {
  .ins-main .product-show .content .lf-box {
    width: 100%;
  }
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container {
  height: 100%;
  padding: 1px;
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 0px solid #F2F2F2;
  background: #fff;
}
.ins-main .product-show .content .lf-box .pc-slide .preview {
  width: 100%;
  padding: 2% 0;
  position: relative;
  border-top: none;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: #f3f3f3;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .active-nav img {
  border: 1px solid #F38001;
}
.ins-main .product-show .content .lf-box .swiper-wrapper{
	padding-top:2%;
}
.ins-main .product-show .content .lf-box .lf-tit {
  margin: 4% 0;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number {
  float: left;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number span {
  display: block;
  float: left;
  margin-top: 4px;
  height: 60px;
  font-size: 1.4rem;
  color: #999;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number b {
  font-size: 2rem;
  color: #F38001;
  font-weight: 600;
  display: block;
  float: left;
}
.ins-main .product-show .content .lf-box .lf-tit .price {
  float: right;
  font-size: 1.4rem;
  color: #999;
}
@media (max-width: 768px) {
  .ins-main .product-show .content .lf-box .lf-tit .price {
    width: 100%;
    float: left;
  }
}
.ins-main .product-show .content .lf-box .lf-tit .price a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 86px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  background: #F38001;
  color: #fff;
}
.ins-main .product-show .content .lf-box .list li {
  width: 30.33333%;
  float: left;
  height: 44px;
  position: relative;
  margin: 0 4.5% 4.5% 0;
}
.ins-main .product-show .content .lf-box .list li a {
  display: block;
  background: #fff;
  width: 100%;
  height: 44px;
  border-radius: 5px;
}
.ins-main .product-show .content .lf-box .list li a:hover {
  background: #F38001;
}
.ins-main .product-show .content .lf-box .list li a:hover span {
  color: #fff;
}
.ins-main .product-show .content .lf-box .list li span {
  font-size: 1.5rem;
  color: #333;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 768px) {
  .ins-main .product-show .content .lf-box .list li span {
    font-size: 1.4rem;
  }
}
.ins-main .product-show .content .lf-box .list li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .product-show .content .lf-box .list .active a {
  background: #F38001;
}
.ins-main .product-show .content .lf-box .list .active a span {
  color: #fff;
}
.ins-main .product-show .content .lf-box .bot h6 {
  margin: 5% 0;
  font-size: 1.6rem;
  color: #F38001;
}
.ins-main .product-show .content .rt-box {
  width: 46%;
  float: right;
}
.ins-main .product-show .content .rt-box dl{
	padding-top:20%;
}
.ins-main .product-show .content .rt-box dl dd{
	padding:2% 0px;
	color:#666666;
	font-size:1.8rem;
}
.ins-main .product-show .content .rt-box dl dd span{
  display: inline-block;
  *display: inline;
  width:24%;
  text-align:right;
  padding-right:3%;
	font-size:2rem;
	color:#999;
}
.ins-main .product-show .content .rt-box dl dd:nth-child(1){
	font-size:2.8rem;
	color:#F38001;
	font-weight:bold;
}
.ins-main .product-show .content .rt-box dl dd:nth-child(1) span{
	font-size:2.8rem;
	color:#999;
	font-weight:normal;
}

@media (max-width: 768px) {
  .ins-main .product-show .content .rt-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ins-main .product-show .content .rt-box h6 {
  font-size: 1.6rem;
  color: #333;
  margin: 5% 0 3%;
}
.ins-main .product-show .content .rt-box table {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.ins-main .product-show .content .rt-box td {
  height: 45px;
  line-height: 45px;
}
@media (max-width: 768px) {
  
}
.ins-main .product-show .content .bt-box {
    width: 100%;
	float:left;
	margin-bottom:3%;
}
.ins-main .product-show .content .bt-box .title_h3 {
    width: 100%;
	float:left;
	padding:15px 0px;
	text-indent:30px;
	font-size:2rem;
	background:url(../images/line.jpg) no-repeat 20px 50%;
	background-color:#fff;
}
.ins-main .product-show .content .bt-box .content {
    width: 100%;
	float:left;
	background-color:#fff;
	padding:3%;
	line-height:180%;
	font-size:1.6rem;
	color:#666;
}

.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 2%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #FE0200;
  border:1px solid #FE0200;
  color: #fff;
  font-size: 12px;
	border-radius: 2px;
    -moz-border-radius: 2px;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color:#F0F0F0;
  color: #333;
  font-size: 12px;
  border:1px solid #E7E7E7;
	border-radius: 2px;
    -moz-border-radius: 2px;
transition: 0.4s;
}
.page-num a:hover {
  color: #fff;
  border-color: #FE0200;
  background-color: #FE0200;
transition: 0.4s;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #FE0200;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #FE0200;
    background-color: #FE0200;
  }
}
/*弹窗样式*/
.layui-layer-page .layui-layer-content {
  height: auto!important;
}
.layui-layer .layui-layer-title {
  font-size: 0;
  background-color: #fff;
  border-bottom: 0;
}
.layui-layer .layui-layer-title {
  background: transparent;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 96%!important;
  }
  .mod_player {
    width: 96%!important;
  }
  .layui-layer-photos {
    width: auto!important;
  }
}
.detail-page .s-top {
  text-align: center;
  height: 950px;
  background: url("../images/s-top-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .detail-page .s-top {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-top {
    height: 650px;
  }
}
.detail-page .s-top .container {
  position: relative;
  height: 950px;
}
@media (max-width: 1200px) {
  .detail-page .s-top .container {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-top .container {
    height: 650px;
  }
}
.detail-page .s-top .txt {
  text-align: center;
  padding: 5% 0 2%;
}
.detail-page .s-top .txt h5 {
  font-size: 4rem;
  color: #008cff;
  margin-bottom: 1%;
}
.detail-page .s-top .txt p {
  font-size: 1.6rem;
  color: #000;
}
.detail-page .s-top .img {
  width: 82%;
  position: absolute;
  left: 11%;
  bottom: 0;
}
.detail-page .s-top .img img {
  width: 100%;
}
.detail-page .s-tel {
  overflow: hidden;
  background: url("../images/s-tel-bg_02.jpg") no-repeat center;
}
.detail-page .s-tel .container {
  position: relative;
  height: 950px;
}
@media (max-width: 1200px) {
  .detail-page .s-tel .container {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-tel .container {
    height: 600px;
  }
}
.detail-page .s-tel .txt {
  float: left;
  margin: 35% 0 0 0%;
  width: 50%;
}
@media (max-width: 1200px) {
  .detail-page .s-tel .txt {
    margin: 20% 0 0 0%;
  }
}
@media (max-width: 992px) {
  .detail-page .s-tel .txt {
    margin: 35% 0 0 0%;
  }
}
.detail-page .s-tel .txt h5 {
  font-size: 4rem;
  color: #008cff;
  margin-bottom: 7%;
}
.detail-page .s-tel .txt p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 170%;
}
.detail-page .s-tel .img {
  width: 55%;
  right: -2%;
  bottom: 0;
  position: absolute;
}
.detail-page .s-tel .img img {
  width: 100%;
}
.detail-page .s-application {
  padding: 5% 0;
}
.detail-page .s-application .img {
  width: 50%;
  float: left;
}
.detail-page .s-application .img img {
  width: 100%;
}
.detail-page .s-application .txt {
  width: 43%;
  float: right;
}
.detail-page .s-application .txt h5 {
  font-size: 4rem;
  color: #008cff;
  margin: 7% 0;
}
.detail-page .s-application .txt p {
  font-size: 1.6rem;
  color: #818181;
  line-height: 180%;
}
.detail-page .s-application .txt img {
  margin-top: 4%;
  max-width: 100%;
}
.detail-page .s-rich {
  background: #444;
  padding: 5% 0 8%;
}
.detail-page .s-rich .txt {
  text-align: center;
}
.detail-page .s-rich .txt h5 {
  font-size: 4rem;
  color: #008cff;
  margin: 0 0 3%;
}
.detail-page .s-rich .txt p {
  font-size: 1.6rem;
  color: #d2d2d2;
  line-height: 180%;
  margin-bottom: 0;
}
.detail-page .s-rich .txt img {
  margin-top: 4%;
}
.detail-page .s-rich .list-box {
  text-align: center;
  margin-top: 5%;
}
.detail-page .s-rich .list-box li {
  width: 25%;
  float: left;
  text-align: center;
}
.detail-page .s-rich .list-box li p {
  font-size: 1.4rem;
  color: #d2d2d2;
  margin-top: 8%;
}
.detail-page .s-rich .list-box li img {
  max-width: 100%;
}
.detail-page .s-720 {
  text-align: center;
  height: 950px;
  background: url("../images/s-720-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .detail-page .s-720 {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-720 {
    height: 750px;
  }
}
.detail-page .s-720 .txt {
  padding: 5% 0 2.5%;
}
.detail-page .s-720 .txt h5 {
  font-size: 4.8rem;
  color: #101010;
}
.detail-page .s-720 .txt p {
  font-size: 2.4rem;
  color: #3c3c3c;
}
.detail-page .s-720 .img img {
  max-width: 100%;
}
.detail-page .s-rich2 {
  height: 950px;
  background: url("../images/rich2-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .detail-page .s-rich2 {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-rich2 {
    height: 550px;
  }
}
.detail-page .s-rich2 .container .txt {
  width: 40%;
  float: left;
  margin: 23% 0 0 0;
}
.detail-page .s-rich2 .container .txt h5 {
  font-size: 3.5rem;
  color: #008cff;
  margin-bottom: 6%;
}
.detail-page .s-rich2 .container .txt p {
  font-size: 1.6rem;
  color: #818181;
  line-height: 160%;
}
.detail-page .s-rich2 .container .img {
  width: 55%;
  float: right;
  margin: 12% 0 0 0;
}
.detail-page .s-rich2 .container .img img {
  max-width: 100%;
}
.detail-page .s-wireless {
  text-align: center;
  height: 950px;
  background: url("../images/wireless-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .detail-page .s-wireless {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-wireless {
    height: 750px;
  }
}
.detail-page .s-wireless .txt {
  padding: 10% 0 7%;
}
.detail-page .s-wireless .txt h5 {
  font-size: 3.5rem;
  color: #008cff;
  margin-bottom: 3%;
}
.detail-page .s-wireless .txt p {
  font-size: 1.6rem;
  color: #818181;
  line-height: 160%;
  margin: 0;
}
.detail-page .s-wireless .img img {
  max-width: 100%;
}
.detail-page .s-open {
  height: 950px;
  background: url("../images/open-bg_02.jpg") no-repeat center;
  position: relative;
}
@media (max-width: 1200px) {
  .detail-page .s-open {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-open {
    height: 750px;
  }
}
.detail-page .s-open .txt-box {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 45%;
  top: 48%;
}
.detail-page .s-open .txt-box .txt {
  border-radius: 20px;
  padding: 2% 0;
  width: 120%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.detail-page .s-open .txt-box h5 {
  font-size: 4.8rem;
  color: #fff;
  margin-bottom: 2.5%;
}
.detail-page .s-open .txt-box p {
  font-size: 1.6rem;
  color: #fff;
}
.detail-page .lunbo {
  background: #f7f7f7;
  padding: 2% 0 5%;
}
.detail-page .lunbo .txt {
  padding: 5% 0;
  text-align: center;
}
.detail-page .lunbo .txt h5 {
  font-size: 4.8rem;
  color: #008cff;
}
.detail-page .lunbo .txt p {
  font-size: 2.8rem;
  color: #3c3c3c;
}
.detail-page .lunbo .swiper-container-lunbo {
  overflow: hidden;
  position: relative;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-slide {
  text-align: center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-slide img {
  max-width: 100%;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo {
  position: absolute;
  width: 23px;
  height: 45px;
  cursor: pointer;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  background: url("../images/lunbo-btn_14.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo:hover {
  background: url("../images/lunbo-btn_08.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo {
  position: absolute;
  width: 23px;
  height: 45px;
  cursor: pointer;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  background: url("../images/lunbo-btn_06.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo:hover {
  background: url("../images/lunbo-btn_03.png") no-repeat center;
}
@media (max-width: 768px) {
  .detail-page .s-top {
    text-align: center;
    height: auto;
    background: url("../images/s-top-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-top .container {
    position: relative;
    height: auto;
  }
  .detail-page .s-top .txt {
    text-align: center;
    padding: 5% 0 2%;
  }
  .detail-page .s-top .txt h5 {
    font-size: 4rem;
    color: #008cff;
    margin-bottom: 1%;
  }
  .detail-page .s-top .txt p {
    font-size: 1.6rem;
    color: #000;
  }
  .detail-page .s-top .img {
    width: 82%;
    margin: 0 auto;
    position: static;
    left: 11%;
    bottom: 0;
  }
  .detail-page .s-top .img img {
    width: 100%;
  }
  .detail-page .s-tel {
    overflow: hidden;
    background: url("../images/s-tel-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-tel .container {
    position: relative;
    height: auto;
  }
  .detail-page .s-tel .txt {
    float: left;
    margin: 15% 0 0 0%;
    width: 100%;
  }
  .detail-page .s-tel .txt h5 {
    font-size: 4rem;
    color: #008cff;
    margin-bottom: 7%;
  }
  .detail-page .s-tel .txt p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 170%;
  }
  .detail-page .s-tel .img {
    width: 100%;
    right: 0%;
    bottom: 0;
    position: static;
  }
  .detail-page .s-tel .img img {
    width: 100%;
  }
  .detail-page .s-application {
    padding: 5% 0;
  }
  .detail-page .s-application .img {
    width: 100%;
    float: left;
  }
  .detail-page .s-application .img img {
    width: 100%;
  }
  .detail-page .s-application .txt {
    width: 100%;
    float: right;
  }
  .detail-page .s-application .txt h5 {
    font-size: 4rem;
    color: #008cff;
    margin: 7% 0;
  }
  .detail-page .s-application .txt p {
    font-size: 1.6rem;
    color: #818181;
    line-height: 180%;
  }
  .detail-page .s-application .txt img {
    margin-top: 4%;
    max-width: 100%;
  }
  .detail-page .s-rich {
    background: #444;
    padding: 5% 0 8%;
  }
  .detail-page .s-rich .txt {
    text-align: center;
  }
  .detail-page .s-rich .txt h5 {
    font-size: 4rem;
    color: #008cff;
    margin: 0 0 3%;
  }
  .detail-page .s-rich .txt p {
    font-size: 1.6rem;
    color: #d2d2d2;
    line-height: 180%;
    margin-bottom: 0;
  }
  .detail-page .s-rich .txt img {
    margin-top: 4%;
  }
  .detail-page .s-rich .list-box {
    text-align: center;
    margin-top: 5%;
  }
  .detail-page .s-rich .list-box li {
    width: 25%;
    float: left;
    text-align: center;
  }
  .detail-page .s-rich .list-box li p {
    font-size: 1.4rem;
    color: #d2d2d2;
    margin-top: 8%;
  }
  .detail-page .s-rich .list-box li img {
    max-width: 100%;
  }
  .detail-page .s-720 {
    text-align: center;
    height: auto;
    background: url("../images/s-720-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-720 .txt {
    padding: 5% 0 2.5%;
  }
  .detail-page .s-720 .txt h5 {
    font-size: 3.8rem;
    color: #101010;
  }
  .detail-page .s-720 .txt p {
    font-size: 2.4rem;
    color: #3c3c3c;
  }
  .detail-page .s-720 .img img {
    max-width: 100%;
  }
  .detail-page .s-rich2 {
    padding-bottom: 6%;
    height: auto;
    background: url("../images/rich2-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-rich2 .container .txt {
    width: 100%;
    float: left;
    margin: 6% 0 0 0;
  }
  .detail-page .s-rich2 .container .txt h5 {
    font-size: 3.5rem;
    color: #008cff;
    margin-bottom: 6%;
  }
  .detail-page .s-rich2 .container .txt p {
    font-size: 1.6rem;
    color: #818181;
    line-height: 160%;
  }
  .detail-page .s-rich2 .container .img {
    width: 100%;
    float: right;
    margin: 12% 0 0 0;
  }
  .detail-page .s-rich2 .container .img img {
    max-width: 100%;
  }
  .detail-page .s-wireless {
    text-align: center;
    padding-bottom: 5%;
    height: auto;
    background: url("../images/wireless-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-wireless .txt {
    padding: 10% 0 7%;
  }
  .detail-page .s-wireless .txt h5 {
    font-size: 3.5rem;
    color: #008cff;
    margin-bottom: 3%;
  }
  .detail-page .s-wireless .txt p {
    font-size: 1.6rem;
    color: #818181;
    line-height: 160%;
    margin: 0;
  }
  .detail-page .s-wireless .img img {
    max-width: 100%;
  }
  .detail-page .s-open {
    height: 450px;
    background: url("../images/open-bg_02.jpg") no-repeat center;
    position: relative;
  }
  .detail-page .s-open .txt-box {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 35%;
    top: 48%;
  }
  .detail-page .s-open .txt-box .txt {
    border-radius: 20px;
    padding: 2% 0;
    width: 145%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  .detail-page .s-open .txt-box h5 {
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: 2.5%;
  }
  .detail-page .s-open .txt-box p {
    font-size: 1.6rem;
    color: #fff;
  }
  .detail-page .lunbo {
    background: #f7f7f7;
    padding: 2% 0 5%;
  }
  .detail-page .lunbo .txt {
    padding: 5% 0;
    text-align: center;
  }
  .detail-page .lunbo .txt h5 {
    font-size: 3.8rem;
    color: #008cff;
  }
  .detail-page .lunbo .txt p {
    font-size: 2.8rem;
    color: #3c3c3c;
  }
  .detail-page .lunbo .swiper-container-lunbo {
    overflow: hidden;
    position: relative;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-slide {
    text-align: center;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-slide img {
    max-width: 100%;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo {
    position: absolute;
    width: 23px;
    height: 45px;
    cursor: pointer;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    background: url("../images/lunbo-btn_14.png") no-repeat center;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo:hover {
    background: url("../images/lunbo-btn_08.png") no-repeat center;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo {
    position: absolute;
    width: 23px;
    height: 45px;
    cursor: pointer;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    background: url("../images/lunbo-btn_06.png") no-repeat center;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo:hover {
    background: url("../images/lunbo-btn_03.png") no-repeat center;
  }
}
.html_template2 {
  text-align: center;
  background: #fff;
  height: 550px;
}
.html_template2 .top-txt {
  text-align: left;
  background: #F38001;
  padding: 0.1% 4%;
}
.html_template2 .top-txt h3 {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
}
.html_template2 form {
  padding: 20px 6%;
  text-align: left;
  height: 484px;
}
.html_template2 form ul:nth-child(1) li {
  margin-bottom: 10px;
}
.html_template2 form ul:nth-child(1) li span {
  display: block;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 1px;
}
.html_template2 form ul:nth-child(1) li span sup {
  color: red;
}
.html_template2 form ul:nth-child(1) li input {
  width: 100%;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: #f7f7f7;
}
.html_template2 form ul:nth-child(2) {
  margin-top: 15px;
  text-align: center;
}
.html_template2 form ul:nth-child(2) li {
  vertical-align: top;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 14px;
  text-align:center;
}
.html_template2 form ul:nth-child(2) li input {
  cursor: pointer;
  border: none;
  color: #fff;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.html_template2 form ul:nth-child(2) .submit {
  background: #F38001;
  position: relative!important;
}
.html_template2 form ul:nth-child(2) .reset {
  background: #8a8a8a;
}
.layui-layer .layui-layer-title {
  height: 0!important;
}


.tabs {
  width: 24%;
  float:left;
}
.tabs a {
  display: block;
  float: left;
  width: 100%;
  color: #333;
  text-align: center;
  background: #F2F2F2;
  font-size: 2.5rem;
  text-decoration: none;
  height:auto;
  padding:15%;
  margin-bottom:1%;
}
.tabs a.active {
  color: #fff;
  background: #F38001;
}
.swiper-container {
  height:auto;
  width: 100%;
  float:left
}
.product2 .swiper-container {
  width: 76%;
}
.product2 .swiper-container {
  width: 76%;
  border:1px solid #F2F2F2;
  background:url(../images/product2_bg.jpg) repeat-y right top;
}
.swiper-slide {
  height:auto;
  width: 100%;
  background: none;
  color: #fff;
}

.ins-main .ins-s .txt-box .top_img{
	width:50%;
	float:left;
	padding-top:5%;
}
.ins-main .ins-s .txt-box .top_img img{
	width:100%;
}
.ins-main .ins-s .txt-box .top_txt{
	width:40%;
	float:right;
	padding-top:10%;
}
.ins-main .ins-s .txt-box .top_txt h3{
	width:100%;
	color:#F38001;
	font-size:4rem;
	font-weight:bold;
}
.ins-main .ins-s .txt-box .top_txt p{
	color:#999;
	font-size:1.8rem;
	line-height:200%;
	padding-top:5%;
}
.ins-main .ins-s .txt-box .list-con{
	width:100%;
	float:left;
	padding-top:5%;
}


.ins-main .ins-s .list-con ul {
  margin: 0;
}
.ins-main .ins-s .list-con li {
  width: 22%;
  float: left;
  margin-right: 3.33333333%;
  text-align: center;
  margin-bottom: 3%;
}

.ins-main .ins-s .list-con li .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-s .list-con li p {
  font-size: 1.6rem;
  color: #292929;
  margin: 10px 0;
}
.ins-main .ins-s .list-con li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-s {
    padding: 0 0 2%;
  }
  .ins-main .ins-s .tit {
    text-align: center;
  }
  .ins-main .ins-s .tit p {
    line-height: 220%;
    font-size: 1.4REM;
    color: #292929;
  }
  .ins-main .ins-s .list-con {
    margin-top: 3%;
  }
  .ins-main .ins-s .list-con li {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 2%;
  }

  .ins-main .ins-s .list-con li .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-s .list-con li p {
    font-size: 1.6rem;
    color: #292929;
    margin: 10px 0;
  }
  .ins-main .ins-s .list-con li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-s .list-con li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .main .about {
    padding-bottom: 0px;
    padding: 4% 0;
  }
  .main .about .about_left{
	  width:100%;
	  margin:0px;
  }
.main .about .index-tit h4 {
    font-size: 2rem;
    color: #999;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 3rem;
}
.main .about .index-tit h4 b {
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
}
.main .about .index-tit h4 span {
    font-size: 2rem;
    width: 200px;
    height: 40px;
    line-height: 40px;
}
.main .about .index-tit b font{
    font-size: 2.5rem;
}
.main .about .right{
	padding-top:0px;
}
.main .about .right .txt{
	margin-bottom:3%;
	width:50%;
}
.main .about .atxt{
	padding:2% 4%;
}
.main .about .atxt p {
    font-size: 1.6rem;
    line-height: 140%;
}
.main .about .right .txt h3{
	margin-top:0px;
}
.main .about .txt h3:nth-child(1){
    font-size:2rem;
}
.main .about .txt ul li {
    padding: 3% 0px;
}
.main .about .txt p {
    letter-spacing:0rem;
}
.main .about .about_right {
    width: 100%;
	padding-top:3%;
}


.main .product .content .swiper-slide a {
    display: inline;
}
.main .product .content .swiper-slide p {
    font-size: 2rem;
}
.main .product2 .index-tit h4 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.main .product2 .index-tit div{
	display:none;
}
.main .product2 .content li{
	width:100%;
}
.main .product2 .content li:nth-child(3) {
	width:100%;
}


}




@media (max-width: 768px) {
	.main .banner_btn ul li:first-child{
		width:47%;
	}
	.main .banner_btn ul li{
		width:47%;
		text-align:center;
		border-right:0px;
		margin-bottom:5%;
	}
	.main .banner_btn ul li .img{
		width:70px;
		height:70px;
		margin-left:30%;
	}
	.main .banner_btn ul li .txt{
		width:100%;
		text-align:center;
	}
	.main .banner_btn ul li .txt h3{
		font-size:2rem;
	}
	.main .banner_btn ul li .img img{
		width:80%;
	}
	.main .faq .index-tit{
		padding:0px;
	}
	.index-tit h4 {
	  padding-top:5%;
	  font-size: 2rem;
	  padding-bottom:0px;
	  line-height:2rem;
	}

	.index-tit h4 b{
	  font-size: 2.5rem;
	line-height: 140%;
	padding:0px;
	  }
	.main .faq .index-tit h4 b{
	  font-size: 2.2rem;
	  }
	.index-tit h4 span{
		width:0px;
	}
	.index-tit p{
	font-size: 1.4rem;
	}
	.main .faq{
	background: url(../images/faq_bg1.jpg) no-repeat center 0px;
	}
	.main .faq .txt {
		width: 100%;
		padding-bottom: 10%;
		background:none;
	}	
	.main .faq .txt .left{
		width:100%;
	}
	.main .faq .txt .left li{
		width:100%;
		height:30px;
		line-height:30px;
		background:url(../images/yuan_1.png) no-repeat left 50%;
		padding-left:15px;
	}
	.main .faq .txt .left li:nth-child(2) {
		text-indent: 0px;
		margin-bottom: 0%;
	}
	.main .faq .txt .left li:nth-child(3) {
		margin-bottom: 0%;
	}
	.main .faq .txt .left li:nth-child(4) {
		text-indent: 0px;
		margin-bottom: 0%;
	}
	.main .faq .txt .left li:nth-child(5) {
    margin-bottom: 0%;
}
	.main .faq .txt .left li:nth-child(6) {
		text-indent: 0px;
	}
	.main .faq .txt h3 {
		font-size: 2rem;
		margin-bottom: 5%;
		background-size:auto;
	}
	.main .faq .txt .right{
		width:100%;
		margin:0px;
	}
	.main .faq .txt .right li{
		width:100%;
		height:30px;
		line-height:30px;
		background:url(../images/yuan_2.png) no-repeat left 50%;
		padding-left:15px;
	}
	.main .faq .txt .right h3 {
		background: url(../images/faq_h3_1.png) no-repeat left bottom;
	}
	.main .faq .txt .right li:nth-child(1){
	 text-indent:0px;
	 margin-bottom:0%
	}
	.main .faq .txt .right li:nth-child(2){
	 text-indent:0px;
	 margin-bottom:0%
	}
	.main .faq .txt .right li:nth-child(3){
	 text-indent:0px;
	 margin-bottom:0%
	}
	.main .faq .txt .right li:nth-child(4){
	 text-indent:0px;
	 margin-bottom:0%
	}
	.main .faq .txt .right li:nth-child(5){
	 text-indent:0px;
	 margin-bottom:0%
	}
	.main .faq .txt .right li:nth-child(6){
	 text-indent:0px;
	}
	.main .who{
		background:#192D90;
	}
	.main .who .list li{
		width:100%;
		margin-bottom:3%;
		margin-left:0px;
		margin-right:0px;
	}
	.main .who .list li .txt{
		padding-bottom:10%;
	}
		.main .who .btn_more a{   
	display: inline-block;
	  *display: inline;
	  width:136px;
	  height:35px;
	  line-height:35px;
	  text-align:center;
	  font-size:2rem;
	  color:#fff;
	  transition: 0.4s;
		border-radius:30px;
		-moz-border-radius:30px; /* Old Firefox */
		background:#C20000;
	  }
		.main .who .btn_more a:hover{   background:#C20000;
	  color:#fff;
	  transition: 0.4s;
	 }
	 
	.main .class .list li{
		width:49.2%;
	}
	.main .class .list li .img img{
		width:60%;
	}
	.main .class .list li .txt h3{
		font-size:2rem;
		margin:10px 0;
	}
	.main .class .list li a {
		width: 90px;
		height: 26px;
		line-height: 26px;
	}
	.main .you .list li{
		width:90%;
		padding-left:10%;
	position: inherit;
	}
.main .you .list li:nth-child(2) p {
    padding-left:0%;
}
.main .you .list li:nth-child(4) p {
    padding-left: 0%;
}
.main .you .list li:nth-child(5) p {
    padding-left: 0%;
}
.main .you{
	padding-bottom:20%;
}
.main .you .list{
	background: url(../images/you_bg2.png) no-repeat center top;
	height:auto;
	padding-top:40%;
}
.main .you .list li .txt p{
	padding:0px;
}
.main .you .list li .txt h3{
	margin-top:0px;
}
.main .you .btn_more a{
	 width:136px;
	  height:35px;
	  line-height:35px;
	  font-size:2rem;
}
.main .product .content .swiper-slide li{
	width:100%;
	margin:0px;
	margin-bottom:5%;
}
.main .product .content .swiper-slide p {
    font-size: 1.2rem;
	height:95px;
	overflow:hidden;
}
.main .xue .content li{
	width:100%;
}
.main .xue .content li img{
	width:100%;
}
.main .ceshi .left{
	width:100%;
}
.main .ceshi .right{
	width:100%;
}
.main .ceshi .left h3{
    font-size: 3rem;
}
.main .ceshi .right a {
	 width:136px;
	  height:35px;
	  line-height:35px;
	  font-size:2rem;
}

.main .partner .content li {
    width: 33%;
	min-height:100px;
	line-height:100px;
background-size: 80%;
}

.main .liuc .list {
    width: 100%;
    padding: 0 2%;
}

.main .liuc .list li .txt h3{
	margin-top:10px;
	height:20px;
	font-size:1.6rem;
}
.main .liuc .list li .txt span{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:1.6rem;
}
.main .liuc .list li .img img {
    max-width: 33px;
}
.main .news .content li{
	margin-bottom:2%;
}
.main .news .content li .txt{
	padding:5% 0;
}
.main .news .content li .txt p{
	line-height:160%;
}

.footer .footer-top .list{
	width:50%;
	margin-right:0%;
text-align: center;
}
.footer .footer-top .code{
	width:100%;
	margin-bottom:5%;
}
.footer .footer-top .mess{
	width:100%;
}
.footer .footer-top{
	padding:10% 0;
	padding-bottom:5%;
}
.footer .footer-top .list li {
    line-height: 160%;
}
.footer .footer-top .list li a {
    font-size:1.2rem;
}
.footer .footer-top .list h5{
	margin-bottom:10px;
}
.footer .footer-top .list:nth-child(5){
	width:100%;
	text-align:left;
}
  .footer .footer-bot p {
    color: #fff;
    font-size: 1.2rem;
    margin: 0px 0;
	padding:5% 0
  }
  .main .ad-box-pc .swiper-slide {
    overflow: hidden;
  }
  .main .ad-box-pc .swiper-slide img {
    width: 100%;
    transition: 2.5s linear;
    transform: scale(1);
  }
  .main .ad-box-pc .swiper-pagination {
    position: absolute;
    bottom: 4px;
    z-index: 99;
  }
  .main .ad-box-pc .swiper-pagination-bullet {
    background: #fff;
    height: 10px;
    width: 10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #C20000;
  }
	.ins-main .ins-ad{
		height:260px;
	}
	.ins-main .ins-ad .txt h3{
		font-size:3rem;
	}
	.ins-main .jwtz-ad .txt h3{
		font-size:2.5rem;
	}
	.ins-main .ins-ad .txt li {
		line-height: 160%;
		font-size: 2rem;
	}
	.ins-main .ins-ad .txt li::after {
		top: 20%;
	}
	.ins-main .ins-ad .txt a {
		width: 136px;
		height: 35px;
		line-height: 35px;
		font-size: 2rem;
		margin-top:20px;
	}
  .ins-main .list-nav {
    color: #fff;
    text-align: center;
    padding: 3.5% 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .ins-main .list-nav ul {
    margin: 0;
  }
  .ins-main .list-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0.1rem;
  }
  .ins-main .about-nav ul li{
	  margin:0 10px;
  }
.ins-main .about-nav ul li a{
	  padding:0 10px;
  }
  .ins-main .list-nav li a {
    display: block;
    font-size: 1.8rem;
    color: #666;
    padding: 0 1.5rem;
    height: 38px;
    line-height: 38px;
    border-radius: 7px;
  }
  .ins-main .list-nav li a:hover {
    color: #fff;
    background: #C20000;
  }
  .ins-main .list-nav .active a {
    color: #fff;
    background: #C20000;
  }
	.ins-main .list-nav li:nth-child(1)::after{
		top:0px;
	}
	.ins-main .list-nav ul{
		border:0px;
	}
	
.ins-main .ayous .list li{
	text-align:center;
}
.ins-main .ayous .list li .img{
	float:none;
  display: inline-block;
  *display: inline;
}
.ins-main .ayous .list li .txt{
	width:100%;
}

.ins-main .ayous  .list li .img{
	width: 65px;
	height: 65px;
	line-height: 65px;
}
.ins-main .ayous  .list li .img img{
	width:60%;
}
.ins-main .ayous .list li .txt h3{
	font-size:2rem;
	margin-top:2%;
}
.ins-main .ayous .list li .txt p{
	font-size:1.6rem;
}
.ins-main .ayous .list li {
    float: left;
    width: 50%;
    margin-bottom: 2%;
    margin-top: 2%;
    margin-right: 0%;
    margin-left: 0%;
}
	
	.ins-main .about_acp .txt p{
		font-size:1.6rem;
	}
	.ins-main .about_acp .list li{
		float:left;
		width:50%;
		margin:0px;
	}
	.ins-main .about_acp .list li .title h3{
		font-size:2rem;
	}
	
	.ins-main .about_acp .list li p{
		font-size:1.4rem;
	}
	.ins-main .about_acp .list li img{
		max-width:60px;
	}
	.ins-main .about_pmi .img{
		width:100%;
	}
	.ins-main .about_pmi .txt{
		width:100%;
    border-left: 10px solid rgba(255,255,255,0.4);
	}
	.ins-main .about_pmi .txt h3{
		font-size:2.5rem;
	}
	.ins-main .about_three .list li .txt{
		width:86%;
	}
	.ins-main .about_three .list li{
		background:#fff;
	}
	.ins-main .about_three .list li .txt h3{
		width:100%;
	}
	.ins-main .about_three .list li:nth-child(2) .txt {
			float: left;
			padding-right: 5%;
			margin-left: 0%;
			background:none;
			position:relative;
		}
	.ins-main .about_three .list li:nth-child(2) .txt h3{
		position:absolute;
	top: 0;
    right: 0;
	}
	.ins-main .about_three .list li:nth-child(2) .txt span{
		margin-top:60px;
	}
	.ins-main .about_three .list li .txt{
		background:none;
	}
	.ins-main .about_three .list li:nth-child(2) .img{
		width:13%;
	}
	.ins-main .about_class .list li{
		width:100%;
		margin:0px;
		margin-bottom:5%;
	}
	.ins-main .about_class .list li .txt h3{
		font-size:2.5rem;
	}
	.ins-main .about_class{
		background: url(../images/you_bg.jpg) no-repeat center top;
		background-color:#082D98;
	}
	
	.ins-main .btn_more a{
		width:auto;
		padding:0 20px;
		height:35px;
		line-height:35px;
		font-size:2rem;
	}
	.ins-main .about_faq .list li{
		width:100%;
		margin-right:0px;
		padding:10px;
	}
	.ins-main .about_faq .list li a{
		float:left;
		margin-top:10px;
	}
	.ins-main .about_faq .list li span{
		font-size:2rem;
		width:100%;
	}
	.ins-main .about_qiang li span{
		font-size:2.5rem;
	}
	.ins-main .about_qiang li a{
		float:left;
		width:auto;
		padding:0 30px;
		font-size:2rem;
		margin-top:20px;
	border-radius: 40px;
    -moz-border-radius: 40px;
	}
	.ins-main .about_td .txt .left{
		width:100%;
	}
	.ins-main .about_td {
		background: url(../images/gkk_bg1.jpg) no-repeat center top;
		background-size: cover;
	}
	.ins-main .about_td .txt .left li{
		width:100%;
		text-align:left;
		background: url(../images/gkk_ico_1.png) no-repeat left 50%;
		padding-right: 0px;
		padding-left:30px;
		margin-bottom: 5%;
		font-size:1.6rem;
	}
	.ins-main .about_td .txt .left li:nth-child(1){
		margin-right:0px;
	}
	.ins-main .about_td .txt .left li:nth-child(2) {
		margin-right: 0%;
	}
	.ins-main .about_td .txt .left li:nth-child(3) {
		margin-right: 0%;
	}
	.ins-main .about_td .txt .left li:nth-child(4) {
		margin-right: 0%;
	}
	.ins-main .about_td .txt .left li:nth-child(5) {
		margin-right: 0%;
	}
	.ins-main .about_td .txt .right{
		width:100%;
	}
	.ins-main .about_td .txt .right li{
		width:100%;
		margin-bottom: 5%;
		font-size:1.6rem;
	}
	.ins-main .about_td .txt .right li:nth-child(1) {
		margin-left: 0%;
	}
	.ins-main .about_td .txt .right li:nth-child(2) {
		margin-left: 0%;
	}
	.ins-main .about_td .txt .right li:nth-child(3) {
		margin-left: 0%;
	}
	.ins-main .about_td .txt .right li:nth-child(4) {
		margin-left: 0%;
	}
	.ins-main .about_td .txt .right li:nth-child(5) {
		margin-left: 0%;
	}
	
	.ins-main .about_peiy .list li{
		width:48%;
	}
	.ins-main .about_peiy .list li .txt h3 {
		width: 100%;
		color: #102897;
		font-weight: bold;
		margin-bottom: 10%;
		line-height: 140%;
		font-size: 1.6rem;
	}
	.ins-main .ins_abo .txt{
		width:100%;
		padding-left:0px;
	}
	.ins-main .ins_abo .img{
		width:100%;
		margin-bottom:5%;
	}
	.ins-main .ins_abo .txt p{
		font-size:1.6rem;
		line-height:160%;
	}
	.ins-main .ins_abo{
		background:none;
	}
	.ins-main .tzhz table th{
		padding:0 3px;
	}
	.ins-main .tzhz table td{
		padding:4px;
	}
	
	.ins-main .fwnr .list li{
		width:47%;
	}
	.ins-main .fwnr .list li .img img{
		width:100%;
		max-width:60px;
	}
	.ins-main .fwnr .list li .img div{
		width:100px;
		height:100px;
		line-height:100px;
	}
	.ins-main .fwnr .list li .img{
		width:100%;
	}
	.ins-main .batj .txt{
		width:100%;
		display:block;
	}
	.ins-main .sqcl .txt li{
		width:100%;
	}
	.ins-main .balc .img{
		width:100%;
	}
	.ins-main .balc .btn_more a{
		margin-top:20px;
	}
	.ins-main .balc .img img{
		width:100%;
	}
	.index-tit1 h4{
		margin-top:0px;
		padding-top:0px;
	}
		.index-tit1 h4 b{
		font-size:2.5rem;
	}
	.hotgj .index-tit1 h4 b{
		font-size:2rem;
	}
	.ins-main .hotgj .list li{
		width:30%;
	}
	.ins-main .hotgj .list li .txt h3{
		font-size:2rem;
	}
	.ins-main .hotgj .btn_more a{
		font-size:1.8rem;
	}
	.ins-main .yongt .list li{
		width:100%;
	}
	.ins-main .blliuc .list{
		background:none;
	}
	.ins-main .blliuc .list li{
		width:50%;
	}
	.ins-main .blliuc .btn_more{
		width:100%;
		margin-left:0px;
		text-align:center;
	}
	.ins-main .blliuc .btn_more span{
		padding:10px;
		width:100%;
		margin-bottom:20px;
	}
	.ins-main .blliuc .btn_more a{
		float:none;
	}
	.ins-main .contact h3{
		font-size:2.5rem;
	}

	.ins-main .ins-ad .txt p{
		font-size:1.8rem;
	}
.ins-main .ins_gsfw .list li{
	width:49%;
}
.ins-main .ins_gsfw .list li .txt h3{
	font-size:2rem;
}
.ins-main .ins_gsfw .list li .txt p{
	width:90%;
}
.ins-main .gsfwnr .list li{
	width:47%;
}
.ins-main .gsfwnr .list li .img div{
	width:90px;
	height:93px;
	line-height:93px;
}
.ins-main .gsfwnr .list li .img img{
	max-width:63px;
}
.ins-main .gsfwnr .list li .txt h3{
	font-size:1.8rem;
}
.ins-main .gsfwnr .btn_more span{
	font-size:1.8rem;
}
.ins-main .gsfwnr .btn_more span font{
	font-size:2rem;
    letter-spacing:0px;
}
.ins-main .zccl .list li{
	width:47%;
}
.ins-main .gsfwms .list li .img img{
	width:100%;
}
.ins-main .gsfwms .list li .txt h3{
	font-size:1.6rem;
}
	.ins-main .ins_wh{
		background:none;
	}
	.ins-main .ins_wh .img{
		width:100%;
		display:block;
	}
	.ins-main .ins_wh .txt{
		width:100%;
		display:block;
		padding:10px;
	}
	.ins-main .ins_wh .txt p{
		line-height:160%;
		font-size:1.6rem;
	}
	.ins-main .ins_con .left{
		width:100%;
	}
	.ins-main .ins_con .right{
		width:100%;
		margin-top:10%;
	}
	.ins-main .ins_con .right .form-box ul:nth-child(5) li input{
		 width: 120px;
		 margin-left:70px;
	}
	.ins-main .ins_con .right .form-box ul:nth-child(5) li a{
		 width: 120px;
		 margin-left:0px;
	}
	.ins-main .about_dingz .txt {
		background-size: 100%;
		height: 200px;
	}
	.ins-main .about_dingz .txt li{
		width:58px;
		height:58px;
	}
	.ins-main .about_dingz .txt li h3{
		font-size:2rem;
		margin-top:10px;
	}
	.ins-main .about_dingz .txt li p{
		font-size:1.2rem;
	}
	.ins-main .ins-news li .img {
		width:100%;
	}
	.ins-main .ins-news li .img img{
		max-width:auto;
		width:100%;
	}

  .ins-main .ins-news li .txt {
    width: 95%;
	float:left;
	}
	.ins-main .ins-tea li{
		width:46%;
	}
	.ins-main .ins-tea li .txt p{
		font-size:1.4rem;
	}
	.ins-main .ins-tea li .txt{
		padding:10px 0px;
	}
	.ins-main .ins-tea li .txt h6{
		font-size:2rem;
	}
	.ins-main .tea-show .left{
		width:100%;
	}
	.ins-main .tea-show .right{
		width:100%;
		padding-top:5%;
	}
	.ins-main .tea-show .right .txt {
		margin-bottom: 5%;
	}
	.ins-main .tea-show .right .txt span {
		margin-bottom: 5%;
	}
	
.ins-main .top-news .left{
	display:none;
}
.ins-main .top-news .right{
	width:100%;
}
.ins-main .top-news .right li .txt{
	width:75%;
}
.ins-main .top-news .right li .img{
	width:62px;
	height:62px;
}
.ins-main .top-news .right li .img span{
	font-size:2rem;
}
.ins-main .ins_fwys .list li{
	width:100%;
}
.ins-main .bsliuc .list li .img{
	max-width:35px;
}
.ins-main .bsliuc .list{
background: url(../images/sffw_bg1.png) no-repeat 50% 15%;
	background-size:70%;
}
.ins-main .about_partner .content li{
	width:50%
}
.ins-main .hottj .list li{
	width:100%;
}
.ins-main .hottj .list li .txt h3{
	margin-top:10px;
}
.ins-main .web_faq .list li{
	width:100%;
}
.ins-main .web_faq .list li span{
	font-size:2rem;
}
.ins-main .web-ad .txt p{
	font-size:1.2rem;
}
.ins-main .web_faq .btn_more{
	padding-left:5%;
	width:100%;
}
.ins-main .web_faq .btn_more a{
	padding-right:20px;
	font-size:1.6rem;
}
.ins-main .web_faq .btn_more span{
	height:35px;
	line-height:35px;
	padding-right:10px;
	font-size:1.6rem;
}
.main .service .list li{
	width:48%;
	margin-right:1%;
}
.main .service .list li .txt h3{
	font-size:2rem;
}
.main .service .list li .txt p{
	line-height:140%;
}
.main .fw .list li{
	width:24%;
}
.main .fw .list li .txt h3{
	font-size:1.6rem;
	margin-top:10px;
}
.main .yous .list li .img{
	width:90px;
	height:90px;
	line-height:90px;
}
.main .yous .list li{
	width:100%;
}
.main .yous .list li .txt h3{
	font-size:2rem;
}
.main .yous .list li:nth-child(2){
	margin-bottom:50%;
}
.main .yous .list {
	background-size:60%;
}
.main .zsshow .btn_more span{
	font-size:1.8rem;
	padding:5px 20px;
}
.main .zsshow .btn_more span font{
	font-size:2.2rem;
	letter-spacing:0px;
}


}




.html_template {
  background: #fff;
}
.html_template h6 {
  height: 60px;
  line-height: 60px;
  margin: 0;
  background: #ED1B24;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  padding: 0 20px;
  text-align:left;
}

.html_template .form-box ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 28px;
  border: 1px solid #f1f1f1;
}
.html_template .form-box ul li input {
  background: transparent;
  border: none;
  padding: 0 15px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
}
.html_template .form-box ul li select {
  background: transparent;
  border: none;
  padding: 0 10px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
}
.html_template .form-box ul li:nth-child(2n+2) {
  margin-right: 0;
}
.html_template .form-box ul li:last-child {
  width: 100%;
}
.html_template .form-box ul li:last-child textarea {
  background: transparent;
  border: none;
  padding: 15px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 150px;
}
.html_template .form-box .button{
  text-align: center;
}
.html_template .form-box .button li {
	border:none;
    vertical-align: top;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 14px;
    text-align: center;
}
.html_template .form-box button{
  border: none;
display: inline-block;
  *display: inline;
  width:186px;
  height:55px;
  line-height:55px;
  text-align:center;
  font-size:2.5rem;
  color:#fff;
  transition: 0.4s;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background:#ED1B24;
	margin-top:20px;
	margin-bottom:30px;
  }
.html_template .form-box button:hover{   background:#C20000;
  color:#fff;
  transition: 0.4s;
 }


.layui-layer .layui-layer-title {
  height: 0!important;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 335px!important;
    height: 442px!important;
  }
  .html_template {
    background: #fff;
  }
  .html_template h6 {
    height: 40px;
    line-height: 40px;
    margin: 0;
    background: #f1f1f1;
    font-size: 2rem;
    color: #263249;
    font-weight: 600;
    padding: 0 20px;
  }
  .html_template .form-box {
    padding: 15px;
  }
  .html_template .form-box ul:nth-child(1) li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
  }
  .html_template .form-box ul:nth-child(1) li input {
    background: transparent;
    border: none;
    padding: 0 8px;
    color: #666;
    width: 100%;
    font-size: 1.6rem;
    height: 40px;
  }
  .html_template .form-box ul:nth-child(1) li select {
    background: transparent;
    border: none;
    padding: 0 5px;
    color: #666;
    width: 100%;
    font-size: 1.6rem;
    height: 40px;
  }
  .html_template .form-box ul:nth-child(1) li:nth-child(2n+2) {
    margin-right: 0;
  }
  .html_template .form-box ul:nth-child(1) li:last-child {
    width: 100%;
  }
  .html_template .form-box ul:nth-child(1) li:last-child textarea {
    background: transparent;
    border: none;
    padding: 15px;
    color: #666;
    width: 100%;
    font-size: 1.6rem;
    height: 120px;
  }
  .html_template .form-box ul:nth-child(2) {
    text-align: center;
  }
  .html_template .form-box ul:nth-child(2) input {
    background: #f37721;
    border: none;
    color: #fff;
    width: 160px;
    font-size: 1.6rem;
    height: 40px;
    cursor: pointer;
  }
}




/*左边列表*/
.cate-wrap-big {
    width: auto;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 11px;
    margin-left: -610px;
}

.cate-wrap {
    width: 210px;
    height: 600px;
    background: rgba(0,0,0,0.5);
    z-index: 200;
    position: absolute;
    top:0;
    /*border-bottom: 1px solid #535353;*/
}
.cate-wrap .cate-title-list{
    border-bottom:0px solid #535353;
    border-left: 0px solid #f6f6f6;
}

.fore1 {
    /*border-top: 1px solid #fff;*/
}

#fore1 .cate-mt {
    /*border-top: none;*/
}

.cate-wrap .cate-m{
	background:url(../images/nav_bg.png) repeat-x left bottom;
}
.cate-wrap .cate-mt {
    /*margin: 0 0 0 20px;*/
    /*padding: 9px 0;*/
    position: relative;
    padding: 35px 10px 35px;
	background:url(../images/jiant.png) no-repeat 95% 50%;
    background-color: rgba(0,0,0,0);
	text-align:left;
	opacity:0.6;
}
.cate-wrap .cate-mt:hover{
	background:url(../images/jiant.png) no-repeat 95% 50%;
    background-color: rgba(0,0,0,0.3);
	opacity:1;
}

.cate-mt .title {
    color: #fff;
    font-size: 1.4rem;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    width: 170px;
	padding-left:50px;
	margin-top:0px;
    transition: 0.5s;
	margin-bottom:0px;
	background:url(../images/nav_ico_1.png) no-repeat 10px 50%;
}
.cate-title-list .cate-m:nth-child(2) .title {
	background:url(../images/nav_ico_2.png) no-repeat 10px 50%;
}
.cate-title-list .cate-m:nth-child(3) .title {
	background:url(../images/nav_ico_3.png) no-repeat 10px 50%;
}
.cate-title-list .cate-m:nth-child(4) .title {
	background:url(../images/nav_ico_4.png) no-repeat 10px 50%;
}
.cate-title-list .cate-m:nth-child(5) .title {
	background:url(../images/nav_ico_5.png) no-repeat 10px 50%;
}


.cate-mt .title, .cate-mt .title a.indextext, .cate-mt .extra {
    transiton: all 0.15s ease-in-out 0s;
    transition: 0.5s;
	font-size:1.2rem;
}
.cate-mt .title, .cate-mt .title a.indextext, .cate-mt .extra a{
	font-size:1.8rem;
}

.cate-wrap .cate-title-list .current .cate-mt .title, .cate-wrap .cate-title-list .current .extra {
    transform: translateX(7px);
}

.cate-mt .title .indextext {
    color: #fff;
    width: 170px;
	font-weight: normal;
}

.cate-mt .title .indextext:hover {
    color: ff5256;
}

.cate-title-list .current .cate-mt .title a {
    color: #fff;
    display: block;
}

.cate-mt .title a.indearrow, .cate-mt .angle {
    background-image: url(/static/images/defaultxin/bg.png);
    background-repeat: no-repeat;
}

.cate-mt .title a.indearrow {
    background-position: -241px -60px;
    display: none;
    height: 10px;
    width: 6px;
    margin: 5px 20px 0 0;
}

.cate-mt .extra a {
    color: #a5a5a5;
    font-size: 1.5rem;
    line-height: 20px;
    margin-right: 4px;
}

.angle {
    position: absolute;
    top: 93px;
    display: none;
}

.index-jp {
    width: 100%;
    padding-top: 10px;
	background:#fff;
	text-align:center;
}
.index-jp span{
    width: 100%;
	background:#EEEEEE;
	color:#333;
    display: inline-block;
    *display: inline;
	margin-top:5px;
}

.cate-tabs-list {
    background-position: 0 -40px;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -2.9%;
    top: 0;
}

.cate-tabs-list {
    background-image: url(/static/images/defaultxin/indexBg.png);
    background-repeat: no-repeat;
}

.index-zhuti {
    width: 210px;
    height: 40px;
    background: #ED1B24;
}

.index-zhuti h1 {
    font-size: 2rem;
    color: #fff;
    line-height: 40px;
	margin-top:0px;
	text-align:center;
	width:100%;
}

/*电信资质列表开始*/
.index-dianxin {
    width: 225px;
    height: 436px;
    background: #f9f9f9;
    border-bottom: 1px solid #535353;
}

.index-dianxin li {
    width: 205px; /*border-bottom:1px solid #f8f8f8;*/
    padding: 5px 0 5px 20px;
}

.index-dianxin li a.ax:link, .index-dianxin li a.ax:visited {
    width: 140px;
    height: 35px;
    font-size: 14px;
    color: #333;
    line-height: 35px;
    display: block;
    background: url(/static/images/defaultxin/dxbg.png) 0 0 no-repeat;
    padding-left: 42px;
}

.index-dianxin li a.ax:hover {
    color: #fff;
    background: #ff5256 url(/static/images/defaultxin/dxbg.png) 0 -35px no-repeat;
}

#fore1content .current_index_left {
    color: #fff;
    width: 140px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    display: block;
    background: url(/static/images/defaultxin/dxbg.png) 0 -35px no-repeat;
    padding-left: 42px;
    background-color: #ff5256;
}

/* banner[[ */
.index_banner {
    width: 619px;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.index_banner .banner_slider li {
    width: 619px;
    height: 280px;
    overflow: hidden;
    position: absolute;
}

.index_banner .banner_slider li.on {
    display: none;
}

#index_slider li a img {
    width: 619px;
    height: 280px;
    float: left;
}

.index_banner .slider_mark {
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 10px;
}

.index_banner .slider_mark li {
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
}

.index_banner .slider_ico {
    display: block;
    width: 10px;
    height: 10px;
    background-position: 0 -21px;
    overflow: hidden;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.index_banner .mark_dot_on .slider_ico {
    opacity: 100;
    filter: alpha(opacity=100);
}

.index_banner .bLeft, .index_banner .bRight {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 50%;
    margin-top: -25px;
    z-index: 2;
}

.index_banner .bLeft:hover, .index_banner .bRight:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.index_banner .bLeft {
    left: 0;
}

.index_banner .bRight {
    right: 0;
}

.index_banner .bLeft span, .index_banner .bRight span {
    display: block;
    width: 11px;
    height: 20px;
    margin: 15px auto;
    line-height: 99em;
    overflow: hidden;
    font-size: 0;
}

.index_banner .bLeft span {
    background-position: 0 0;
}

.index_banner .bRight span {
    background-position: -12px 0;
}

.index_banner:hover .bLeft,
.index_banner:hover .bRight {
    display: block;
}

.index-dianxin li a.ax02:link, .index-dianxin li a.ax02:visited {
    background-position: 0 -70px;
}

.index-dianxin li a.ax02:hover {
    color: #fff;
    background-position: 0 -105px;
}

.index-dianxin li a.ax03:link, .index-dianxin li a.ax03:visited {
    background-position: 0 -140px;
}

.index-dianxin li a.ax03:hover {
    color: #fff;
    background-position: 0 -175px;
}

.index-dianxin li a.ax04:link, .index-dianxin li a.ax04:visited {
    background-position: 0 -210px;
}

.index-dianxin li a.ax04:hover {
    color: #fff;
    background-position: 0 -245px;
}

.index-dianxin li a.ax05:link, .index-dianxin li a.ax05:visited {
    background-position: 0 -280px;
}

.index-dianxin li a.ax05:hover {
    color: #fff;
    background-position: 0 -315px;
}

.index-dianxin li a.ax06:link, .index-dianxin li a.ax06:visited {
    background-position: 0 -350px;
}

.index-dianxin li a.ax06:hover {
    color: #fff;
    background-position: 0 -385px;
}

.index-dianxin li a.ax07:link, .index-dianxin li a.ax07:visited {
    background-position: 0 -420px;
}

.index-dianxin li a.ax07:hover {
    color: #fff;
    background-position: 0 -455px;
}

.index-dianxin li a.ax08:link, .index-dianxin li a.ax08:visited {
    background-position: 0 -490px;
}

.index-dianxin li a.ax08:hover {
    color: #fff;
    background-position: 0 -525px;
}

.index-dianxin li a.ax09:link, .index-dianxin li a.ax09:visited {
    background-position: 0 -560px;
}

.index-dianxin li a.ax09:hover {
    color: #fff;
    background-position: 0 -595px;
}

.qyrz-cont {
    margin-top: 20px;
}

.qyrz-cont dl .qyrz-contw315 {
    width: 658px;
}

.qyrz-cont dl {
    width: 330px;
}

.qyrz-cont .dl01 {
    width: 697px;
}


.index-dianxin-list {
    width: 784px;
    height: 429px;
    background: #fff;
}

.index-dianxin {
    padding-top: 13px;
}

.A {
    margin: 13px 0 9px;
    width: 166px;
    height: 23px;
    color: #333;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
    /* margin-left: -35px; */
    position: relative;
    left: -36px;
}

.dxfirst {
    font-size: 12px;
    color: #333;
    padding-bottom: 7px;
}

.dianxin-list01 {
    width: 730px;
    height: 404px;
    display: none;
    position: relative;
    margin: 25px 0 0 30px;
}
.dianxin-list01 img{
    position: absolute;
    top: 305px;
    left: 0;
}
.dianxin-list01 dl img.yiLiaoQixie{
    margin: 0;
}
.dianxin-list01 dl img.jinRong_img{
    /*margin-top: 10px;*/
}
.dianxin-list01 .B_dl{
    width: 235px;
    float: left;
}
.dx-listpic {
    position: absolute;
    bottom: 23px;
    height: 140px;
    width: 667px;
}
.dx-listpic>.dx-listpic_a{
    display: inline-block;
    height: 140px;
    width: 667px;
}
.dx-listpic>a>img{
    position: absolute;
    top: 28px;
    left: 0;
}

/*右边列表*/
.cate-content-list {
    height: 450px;
    margin-left: 210px;
    position: relative;
    /* width: 710px; */
    width: auto;
    top:0px;
}

.cate-mc {
    height: 600px;
    display: none;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	width:1060px;
  margin-top:0px;
  position:relative;
}
.cate-mc li img{max-width: 120px;}
.cate-mc .list1{
    height: 600px;
	width:292px;
	padding:0 30px;
	padding-top:30px;
    background:rgba(0,0,0,0.05);
   transition: 0.4s;
}
.cate-mc .list1:hover{
    background:rgba(0,0,0,0.1);
   transition: 0.4s;
}
.cate-mc .list1 li a{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	background:url(../images/dian_ico_1.png) no-repeat left 50%;
	color:#333;
	text-indent:20px;
	font-size:1.6rem;
    transition: 0.4s;
}
.cate-mc .list1 li a:hover{
	background:url(../images/dian_ico_2.png) no-repeat left 50%;
	color:#ED1B24;
    transition: 0.4s;
}

.cate-mc .list2{
    height: 595px;
	width:442px;
	padding:0 20px;
	padding-top:30px;
    background:#fff;
  position:absolute;
  left:352px;
  top:0px;
}

.cate-mc .list2 li{
	float:left;
	width:100%;
	background:url(../images/nav_ico_6.png) no-repeat left 20px;
	margin-bottom:25px;
	padding-left:50px;
}
.cate-mc .list2 li:nth-child(2){
	background:url(../images/nav_ico_7.png) no-repeat left 10px;
}
.cate-mc .list2 li:nth-child(3){
	background:url(../images/nav_ico_8.png) no-repeat left 10px;
}
.cate-mc .list2 li:nth-child(4){
	background:url(../images/nav_ico_9.png) no-repeat left 0px;
}
.cate-mc .list2 li h3{
	font-size:1.8rem;
	margin-bottom:20px;
}
.cate-mc .list2 li p{
	font-size:1.6rem;
	color:#999999;
}
.cate-mc .list4{
    height: 595px;
	width:442px;
	padding:0 20px;
	padding-top:30px;
    background:#fff;
  position:absolute;
  left:352px;
  top:0px;
}
.cate-mc .list4 li{
	float:left;
	width:100%;
	background:url(../images/nav_ico_10.png) no-repeat left 20px;
	margin-bottom:25px;
	padding-left:50px;
}
.cate-mc .list4 li:nth-child(2){
	background:url(../images/nav_ico_11.png) no-repeat left 10px;
}
.cate-mc .list4 li:nth-child(3){
	background:url(../images/nav_ico_12.png) no-repeat left 10px;
}
.cate-mc .list4 li:nth-child(4){
	background:url(../images/nav_ico_13.png) no-repeat left 10px;
}
.cate-mc .list4 li h3{
	font-size:1.8rem;
	margin-bottom:20px;
}
.cate-mc .list4 li p{
	font-size:1.6rem;
	color:#999999;
}

.cate-mc .list6{
    height: 595px;
	width:442px;
	padding:0 20px;
	padding-top:30px;
    background:#fff;
  position:absolute;
  left:352px;
  top:0px;
}
.cate-mc .list6 li{
	float:left;
	width:100%;
	height:180px;
	background:url(../images/jwtz_2.png) no-repeat center 30px;
	background-size:15%;
	padding-top:80px;
}
.cate-mc .list6 li:nth-child(2){
	background:url(../images/jwtz_3.png) no-repeat center 30px;
	background-size:15%;
}
.cate-mc .list6 li:nth-child(3){
	background:url(../images/jwtz_4.png) no-repeat center 30px;
	background-size:15%;
}
.cate-mc .list6 li h3{
	font-size:1.8rem;
	margin-bottom:20px;
	text-align:center;
}
.cate-mc .list6 li p{
	font-size:1.4rem;
	color:#999999;
	text-align:center;
}


.cate-mc .list7{
    height: 595px;
	width:462px;
	padding:0 10px;
	padding-top:30px;
    background:#fff;
  position:absolute;
  left:352px;
  top:0px;
}
.cate-mc .list7 li{
	float:left;
	width:100%;
	background:url(../images/yt_1.png) no-repeat left 20px;
	background-size:10%;
	margin-bottom:15px;
	padding-left:50px;
}
.cate-mc .list7 li:nth-child(2){
	background:url(../images/yt_2.png) no-repeat left 10px;
	background-size:10%;
}
.cate-mc .list7 li:nth-child(3){
	background:url(../images/yt_3.png) no-repeat left 10px;
	background-size:10%;
}
.cate-mc .list7 li:nth-child(4){
	background:url(../images/yt_4.png) no-repeat left 10px;
	background-size:10%;
}
.cate-mc .list7 li:nth-child(5){
	background:url(../images/yt_5.png) no-repeat left 10px;
	background-size:10%;
}
.cate-mc .list7 li:nth-child(6){
	background:url(../images/yt_6.png) no-repeat left 10px;
	background-size:10%;
}
.cate-mc .list7 li:nth-child(7){
	background:url(../images/yt_7.png) no-repeat left 10px;
	background-size:10%;
}
.cate-mc .list7 li h3{
	font-size:1.6rem;
	margin-bottom:10px;
}
.cate-mc .list7 li p{
	font-size:1.6rem;
	color:#999999;
}



.cate-mc .list8{
    height: 595px;
	width:442px;
	padding:0 20px;
	padding-top:30px;
    background:#fff;
  position:absolute;
  left:352px;
  top:0px;
}
.cate-mc .list8 li{
	float:left;
	width:100%;
	height:180px;
	background:url(../images/nav_ico_15.png) no-repeat center 30px;
	background-size:15%;
	padding-top:80px;
}
.cate-mc .list8 li:nth-child(2){
	background:url(../images/nav_ico_14.png) no-repeat center 30px;
	background-size:15%;
}
.cate-mc .list8 li:nth-child(3){
	background:url(../images/nav_ico_16.png) no-repeat center 30px;
	background-size:15%;
}
.cate-mc .list8 li h3{
	font-size:1.8rem;
	margin-bottom:20px;
	text-align:center;
}
.cate-mc .list8 li p{
	font-size:1.4rem;
	color:#999999;
	text-align:center;
}

.cate-mc .list3{
    height: 600px;
	width:235px;
	padding-top:30px;
    background:rgba(237,27,36,0.05);
  position:absolute;
  right:0px;
  top:0px;
  text-align:center;
}
.cate-mc .list3 li{
	float:left;
	width:100%;
	border-bottom:1px solid #F1E7E8;
	margin-bottom:10px;
	padding-bottom:10px;
}
.cate-mc .list3 li h3{
	font-size:1.8rem;
	color:#ED1B24;
}
.cate-mc .list3 li p{
	color:#8B898A;
}
.cate-mc .list3 li:last-child{
	padding-top:20px;
	border:0px;
	line-height:180%;
}


.cate-mc .list5{
    height: 600px;
	width:235px;
	padding-top:30px;
    background:rgba(237,27,36,0.05);
  position:absolute;
  right:0px;
  top:0px;
  text-align:center;
}
.cate-mc .list5 li{
	float:left;
	width:100%;
	padding-bottom:40px;
	background:url(../images/dian_ico_3.png) no-repeat center bottom;
}
.cate-mc .list5 li h3{
	font-size:1.8rem;
	color:#ED1B24;
}
.cate-mc .list5 li:nth-child(5){
	background:none;
}
.cate-mc .list5 li:nth-child(6){
	background:none;
}
.cate-mc .list3 li:last-child{
	padding-top:20px;
	border:0px;
	line-height:180%;
}


.cate-mc .list{
	width:100%;
	padding-top:10px;
	padding-left:5%;
	float:left;
}
.cate-mc .list li{
	width:100%;
	height:42px;
	line-height:42px;
	text-align:left;
}
.cate-mc .list li a{
	color:#AAAAAA;
	font-size:1.6rem;
transition: 0.5s;
}
.cate-mc .list li a:hover{
	color:#ED1B24;
transition: 0.5s;
}

.cate-mc-dx {
    width: 345px;
    padding-left: 40px;
}

.cate-mc-dx dl {
    width: 345px;
    padding-bottom: 11px;
    background: #fff;
}

.menu-subtitle {
    width: 730px;
    height: 29px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 10px;
}

.menu-subtitle i {
    display: inline-block;
    width: 3px;
    height: 11px;
    background: #ff5256;
    margin-right: 8px;
}

.menu-subtitle em {
    display: block;
    width: 97px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 201;
}

.menu-subcont {
    font-size: 12px;
    padding-right: 15px;
    display: inline-block;
}

.menu-subcont a {
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 25px;;
}

.menu-subcont a:hover {
    color: #535353;
    text-decoration: underline;
}

.hotline a:hover {
    color: #ff5256;
    text-decoration: underline;
}

.ff5256 {
    color: #ff5256;
}

.ff5256 i {
    display: inline-block;
    background: url(/static/images/defaultxin/hot.gif) 0 0 no-repeat;
    width: 9px;
    height: 14px;
    position: relative;
    left: -3px;
    top: -1px;
    margin-left: 5px;
}



.ryzz{
	width:100%;
	float:left;
	padding-bottom:5%;
}
.ryzz li{
	float:left;
	width:16%;
	margin:0 2%;
}
.ryzz li img{
	width:100%;
}
.ryzz1{
	width:100%;
	float:left;
}
.ryzz1 li{
	float:left;
	width:17.5%;
	margin:0 2%;
}
.ryzz1 li:last-child{
	float:left;
	width:9%;
	margin:0 2%;
}
.ryzz1 li img{
	width:100%;
}


@media (max-width: 768px) {
	
.ryzz li{
	width:46%;
	margin:0 2%;
	margin-bottom:2%;
}
.ryzz1 li{
	width:46%;
	margin:0 2%;
	margin-bottom:2%;
}
.ryzz1 li:last-child{
	width:46%;
}
}

.search{
	width:100%;
	background-color: rgba(0,0,0,0.95);
	padding:100px 0;
    transition: 0.5s;
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
	z-index:9999;
	margin-top:-200%;
}
.search_open{
  transition: 0.5s;
	left:0px;
	top:0px;
	margin-top:0;
}
.search .search-box{
	width:800px;
	margin:0 auto;
	height:50px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-25px;
}

.search .search-box .txt {
    height: 50px;
	line-height:50px;
    width: 600px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    vertical-align: top;
	background:#e6e6e6;
	float:left;
	font-size:1.6rem;
}
.search .search-box .submit {
    width: 200px;
    height: 50px;
    text-align: center;
    background: #ED1B24;
    font-size: 1.6rem;
    color: #fff;
    border: none;
    vertical-align: top;
	float:right;
}

.search_ico{
	float:right;
	font-size:1.6rem;
	color:#333;
	margin-top:40px;
	margin-right:40px;
	border:1px solid #efefef;
	padding:5px 10px;
	border-radius: 8px;
}
.search_ico img{
	width:25px;
	margin-right:5px;
}
.search_close{
	position:absolute;
	right:40px;
	top:40px;
}